#3B1566

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

Shades of Christalle #3B1566

Tints of Christalle #3B1566

Color information

#3B1566 (or 0x3B1566) is unknown color: approx Christalle. HEX triplet: 3B, 15 and 66. RGB value is (59,21,102). Sum of RGB (Red+Green+Blue) = 59+21+102=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B1566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1566 is #C4EA99. Grayscale: #292929. Windows color (decimal): -12905114 or 6690107. OLE color: 6690107.

HSL color Cylindrical-coordinate representation of color #3B1566: hue angle of 268.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B1566 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5921102-
CMYK0.420.7900.6
HSL268.15º65.85%24.12%-
HSV(B)268.15º79.41%40%-
XYZ4.472.4312.8-
YUV41.6162.09140.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 102 (40.23% from 255) = 56.04%
R=32.42%
G=11.54%
B=56.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59211020.420.7900.6268.1565.8524.12
Hex3B15662A4F03C10c4218
Octal73251465211707441410230
Binary11101110101110011010101010011110111100100001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,102); }

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

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

 a { background-color: rgb(59,21,102); }

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

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

 span { border-color: rgb(59,21,102); }

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