#422568

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

Shades of Christalle #422568

Tints of Christalle #422568

Color information

#422568 (or 0x422568) is unknown color: approx Christalle. HEX triplet: 42, 25 and 68. RGB value is (66,37,104). Sum of RGB (Red+Green+Blue) = 66+37+104=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #422568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422568 is #BDDA97. Grayscale: #353535. Windows color (decimal): -12442264 or 6825282. OLE color: 6825282.

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

Color convert

RGB6637104-
CMYK0.370.6400.59
HSL265.97º47.52%27.65%-
HSV(B)265.97º64.42%40.78%-
XYZ5.413.4813.48-
YUV53.31156.61137.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=31.88%
G=17.87%
B=50.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66371040.370.6400.59265.9747.5227.65
Hex422568254003B10a301c
Octal10245150451000734126034
Binary100001010010111010001001011000000011101110000101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422568; }

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

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

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

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

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

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

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

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