#422867

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

Shades of Christalle #422867

Tints of Christalle #422867

Color information

#422867 (or 0x422867) is unknown color: approx Christalle. HEX triplet: 42, 28 and 67. RGB value is (66,40,103). Sum of RGB (Red+Green+Blue) = 66+40+103=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #422867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422867 is #BDD798. Grayscale: #363636. Windows color (decimal): -12441497 or 6760514. OLE color: 6760514.

HSL color Cylindrical-coordinate representation of color #422867: hue angle of 264.76º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422867 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6640103-
CMYK0.360.6100.60
HSL264.76º44.06%28.04%-
HSV(B)264.76º61.17%40.39%-
XYZ5.453.6613.25-
YUV54.96155.11135.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=31.58%
G=19.14%
B=49.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66401030.360.6100.60264.7644.0628.04
Hex422867243D03C1092c1c
Octal1025014744750744115434
Binary10000101010001100111100100111101011110010000100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422867; }

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

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

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

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

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

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

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

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