#422162

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

Shades of Christalle #422162

Tints of Christalle #422162

Color information

#422162 (or 0x422162) is unknown color: approx Christalle. HEX triplet: 42, 21 and 62. RGB value is (66,33,98). Sum of RGB (Red+Green+Blue) = 66+33+98=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #422162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422162 is #BDDE9D. Grayscale: #323232. Windows color (decimal): -12443294 or 6431042. OLE color: 6431042.

HSL color Cylindrical-coordinate representation of color #422162: hue angle of 270.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422162 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB663398-
CMYK0.330.6600.62
HSL270.46º49.62%25.69%-
HSV(B)270.46º66.33%38.43%-
XYZ53.1311.9-
YUV50.28154.93139.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=33.50%
G=16.75%
B=49.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6633980.330.6600.62270.4649.6225.69
Hex422162214203E10e321a
Octal10241142411020764166232
Binary100001010000111000101000011000010011111010000111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422162; }

 p { color: rgb(66,33,98); }

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

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

 a { background-color: rgb(66,33,98); }

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

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

 span { border-color: rgb(66,33,98); }

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