#422368

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

Shades of Christalle #422368

Tints of Christalle #422368

Color information

#422368 (or 0x422368) is unknown color: approx Christalle. HEX triplet: 42, 23 and 68. RGB value is (66,35,104). Sum of RGB (Red+Green+Blue) = 66+35+104=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #422368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422368 is #BDDC97. Grayscale: #333333. Windows color (decimal): -12442776 or 6824770. OLE color: 6824770.

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

Color convert

RGB6635104-
CMYK0.370.6600.59
HSL266.96º49.64%27.25%-
HSV(B)266.96º66.35%40.78%-
XYZ5.353.3613.46-
YUV52.14157.27137.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=32.20%
G=17.07%
B=50.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66351040.370.6600.59266.9649.6427.25
Hex422368254203B10b321b
Octal10243150451020734136233
Binary100001010001111010001001011000010011101110000101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422368; }

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

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

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

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

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

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

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

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