#41206C

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

Shades of Christalle #41206C

Tints of Christalle #41206C

Color information

#41206C (or 0x41206C) is unknown color: approx Christalle. HEX triplet: 41, 20 and 6C. RGB value is (65,32,108). Sum of RGB (Red+Green+Blue) = 65+32+108=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #41206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41206C is #BEDF93. Grayscale: #323232. Windows color (decimal): -12509076 or 7086145. OLE color: 7086145.

HSL color Cylindrical-coordinate representation of color #41206C: hue angle of 266.05º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41206C is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6532108-
CMYK0.400.7000.58
HSL266.05º54.29%27.45%-
HSV(B)266.05º70.37%42.35%-
XYZ5.43.2414.53-
YUV50.53160.43138.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=31.71%
G=15.61%
B=52.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65321080.400.7000.58266.0554.2927.45
Hex41206C284603A10a361b
Octal10140154501060724126633
Binary100000110000011011001010001000110011101010000101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41206C; }

 p { color: rgb(65,32,108); }

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

<style>
 a { background-color: #41206C; }

 a { background-color: rgb(65,32,108); }

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

<style>
 span { border-color: #41206C; }

 span { border-color: rgb(65,32,108); }

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