#422467

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

Shades of Christalle #422467

Tints of Christalle #422467

Color information

#422467 (or 0x422467) is unknown color: approx Christalle. HEX triplet: 42, 24 and 67. RGB value is (66,36,103). Sum of RGB (Red+Green+Blue) = 66+36+103=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #422467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422467 is #BDDB98. Grayscale: #343434. Windows color (decimal): -12442521 or 6759490. OLE color: 6759490.

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

Color convert

RGB6636103-
CMYK0.360.6500.60
HSL266.87º48.2%27.25%-
HSV(B)266.87º65.05%40.39%-
XYZ5.333.413.21-
YUV52.61156.44137.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 103 (40.62% from 255) = 50.24%
R=32.20%
G=17.56%
B=50.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66361030.360.6500.60266.8748.227.25
Hex422467244103C10b301b
Octal10244147441010744136033
Binary100001010010011001111001001000001011110010000101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422467; }

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

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

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

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

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

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

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

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