#3B0C66

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

Shades of Christalle #3B0C66

Tints of Christalle #3B0C66

Color information

#3B0C66 (or 0x3B0C66) is unknown color: approx Christalle. HEX triplet: 3B, 0C and 66. RGB value is (59,12,102). Sum of RGB (Red+Green+Blue) = 59+12+102=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B0C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0C66 is #C4F399. Grayscale: #242424. Windows color (decimal): -12907418 or 6687803. OLE color: 6687803.

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

Color convert

RGB5912102-
CMYK0.420.8800.6
HSL271.33º78.95%22.35%-
HSV(B)271.33º88.24%40%-
XYZ4.332.1512.76-
YUV36.31165.07144.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=34.10%
G=6.94%
B=58.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59121020.420.8800.6271.3378.9522.35
Hex3BC662A5803C10f4f16
Octal73141465213007441711726
Binary1110111100110011010101010110000111100100001111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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