#421168

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

Shades of Christalle #421168

Tints of Christalle #421168

Color information

#421168 (or 0x421168) is unknown color: approx Christalle. HEX triplet: 42, 11 and 68. RGB value is (66,17,104). Sum of RGB (Red+Green+Blue) = 66+17+104=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #421168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421168 is #BDEE97. Grayscale: #292929. Windows color (decimal): -12447384 or 6820162. OLE color: 6820162.

HSL color Cylindrical-coordinate representation of color #421168: hue angle of 273.79º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421168 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6617104-
CMYK0.370.8400.59
HSL273.79º71.9%23.73%-
HSV(B)273.79º83.65%40.78%-
XYZ4.952.5613.33-
YUV41.57163.23145.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=35.29%
G=9.09%
B=55.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66171040.370.8400.59273.7971.923.73
Hex421168255403B1124818
Octal102211504512407342211030
Binary100001010001110100010010110101000111011100010010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421168; }

 p { color: rgb(66,17,104); }

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

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

 a { background-color: rgb(66,17,104); }

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

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

 span { border-color: rgb(66,17,104); }

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