#422A61

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

Shades of Christalle #422A61

Tints of Christalle #422A61

Color information

#422A61 (or 0x422A61) is unknown color: approx Christalle. HEX triplet: 42, 2A and 61. RGB value is (66,42,97). Sum of RGB (Red+Green+Blue) = 66+42+97=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #422A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A61 is #BDD59E. Grayscale: #373737. Windows color (decimal): -12440991 or 6367810. OLE color: 6367810.

HSL color Cylindrical-coordinate representation of color #422A61: hue angle of 266.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422A61 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB664297-
CMYK0.320.5700.62
HSL266.18º39.57%27.25%-
HSV(B)266.18º56.7%38.04%-
XYZ5.233.6811.74-
YUV55.45151.45135.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=32.20%
G=20.49%
B=47.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6642970.320.5700.62266.1839.5727.25
Hex422A61203903E10a281b
Octal1025214140710764125033
Binary10000101010101100001100000111001011111010000101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422A61; }

 p { color: rgb(66,42,97); }

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

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

 a { background-color: rgb(66,42,97); }

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

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

 span { border-color: rgb(66,42,97); }

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