#3A255D

Color #3A255D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #3A255D

Tints of Christalle #3A255D

Color information

#3A255D (or 0x3A255D) is unknown color: approx Christalle. HEX triplet: 3A, 25 and 5D. RGB value is (58,37,93). Sum of RGB (Red+Green+Blue) = 58+37+93=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A255D is #C5DAA2. Grayscale: #313131. Windows color (decimal): -12966563 or 6104378. OLE color: 6104378.

HSL color Cylindrical-coordinate representation of color #3A255D: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A255D is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB583793-
CMYK0.380.6000.64
HSL262.5º43.08%25.49%-
HSV(B)262.5º60.22%36.47%-
XYZ4.383.0110.71-
YUV49.66152.46133.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=30.85%
G=19.68%
B=49.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5837930.380.6000.64262.543.0825.49
Hex3A255D263C0401062b19
Octal7245135467401004065331
Binary11101010010110111011001101111000100000010000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A255D; }

 p { color: rgb(58,37,93); }

 H1.HeaderClassName
 {
   color: #3A255D;
 }
 .AnyTagClassName
 {
   color: #3A255D;
 }
</style>
background-color css

<style>
 a { background-color: #3A255D; }

 a { background-color: rgb(58,37,93); }

 div.DivClassName
 {
   background-color: #3A255D;
 }
 .BgClassName
 {
   background-color: #3A255D;
 }
</style>
border-color css

<style>
 span { border-color: #3A255D; }

 span { border-color: rgb(58,37,93); }

 td.TdClassName
 {
   border-color: #3A255D;
 }
 .TagClassName
 {
   border-color: #3A255D;
 }
</style>