#422860

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

Shades of Christalle #422860

Tints of Christalle #422860

Color information

#422860 (or 0x422860) is unknown color: approx Christalle. HEX triplet: 42, 28 and 60. RGB value is (66,40,96). Sum of RGB (Red+Green+Blue) = 66+40+96=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #422860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422860 is #BDD79F. Grayscale: #353535. Windows color (decimal): -12441504 or 6301762. OLE color: 6301762.

HSL color Cylindrical-coordinate representation of color #422860: hue angle of 267.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422860 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB664096-
CMYK0.310.5800.62
HSL267.86º41.18%26.67%-
HSV(B)267.86º58.33%37.65%-
XYZ5.123.5211.48-
YUV54.16151.61136.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=32.67%
G=19.80%
B=47.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6640960.310.5800.62267.8641.1826.67
Hex4228601F3A03E10c291b
Octal1025014037720764145133
Binary1000010101000110000011111111010011111010000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422860; }

 p { color: rgb(66,40,96); }

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

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

 a { background-color: rgb(66,40,96); }

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

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

 span { border-color: rgb(66,40,96); }

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