#422966

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

Shades of Christalle #422966

Tints of Christalle #422966

Color information

#422966 (or 0x422966) is unknown color: approx Christalle. HEX triplet: 42, 29 and 66. RGB value is (66,41,102). Sum of RGB (Red+Green+Blue) = 66+41+102=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #422966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422966 is #BDD699. Grayscale: #373737. Windows color (decimal): -12441242 or 6695234. OLE color: 6695234.

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

Color convert

RGB6641102-
CMYK0.350.6000.6
HSL264.59º42.66%28.04%-
HSV(B)264.59º59.8%40%-
XYZ5.443.713-
YUV55.43154.28135.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=31.58%
G=19.62%
B=48.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66411020.350.6000.6264.5942.6628.04
Hex422966233C03C1092b1c
Octal1025114643740744115334
Binary10000101010011100110100011111100011110010000100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422966; }

 p { color: rgb(66,41,102); }

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

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

 a { background-color: rgb(66,41,102); }

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

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

 span { border-color: rgb(66,41,102); }

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