#422168

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

Shades of Christalle #422168

Tints of Christalle #422168

Color information

#422168 (or 0x422168) is unknown color: approx Christalle. HEX triplet: 42, 21 and 68. RGB value is (66,33,104). Sum of RGB (Red+Green+Blue) = 66+33+104=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #422168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422168 is #BDDE97. Grayscale: #323232. Windows color (decimal): -12443288 or 6824258. OLE color: 6824258.

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

Color convert

RGB6633104-
CMYK0.370.6800.59
HSL267.89º51.82%26.86%-
HSV(B)267.89º68.27%40.78%-
XYZ5.293.2513.44-
YUV50.96157.93138.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=32.51%
G=16.26%
B=51.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66331040.370.6800.59267.8951.8226.86
Hex422168254403B10c341b
Octal10241150451040734146433
Binary100001010000111010001001011000100011101110000110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422168; }

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

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

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

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

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

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

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

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