#422269

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

Shades of Christalle #422269

Tints of Christalle #422269

Color information

#422269 (or 0x422269) is unknown color: approx Christalle. HEX triplet: 42, 22 and 69. RGB value is (66,34,105). Sum of RGB (Red+Green+Blue) = 66+34+105=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #422269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422269 is #BDDD96. Grayscale: #333333. Windows color (decimal): -12443031 or 6890050. OLE color: 6890050.

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

Color convert

RGB6634105-
CMYK0.370.6800.59
HSL267.04º51.08%27.25%-
HSV(B)267.04º67.62%41.18%-
XYZ5.373.3213.72-
YUV51.66158.1138.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=32.20%
G=16.59%
B=51.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66341050.370.6800.59267.0451.0827.25
Hex422269254403B10b331b
Octal10242151451040734136333
Binary100001010001011010011001011000100011101110000101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422269; }

 p { color: rgb(66,34,105); }

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

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

 a { background-color: rgb(66,34,105); }

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

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

 span { border-color: rgb(66,34,105); }

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