#422965

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

Shades of Christalle #422965

Tints of Christalle #422965

Color information

#422965 (or 0x422965) is unknown color: approx Christalle. HEX triplet: 42, 29 and 65. RGB value is (66,41,101). Sum of RGB (Red+Green+Blue) = 66+41+101=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #422965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422965 is #BDD69A. Grayscale: #373737. Windows color (decimal): -12441243 or 6629698. OLE color: 6629698.

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

Color convert

RGB6641101-
CMYK0.350.5900.60
HSL265º42.25%27.84%-
HSV(B)265º59.41%39.61%-
XYZ5.393.6812.74-
YUV55.32153.78135.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=31.73%
G=19.71%
B=48.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66411010.350.5900.6026542.2527.84
Hex422965233B03C1092a1c
Octal1025114543730744115234
Binary10000101010011100101100011111011011110010000100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422965; }

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

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

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

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

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

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

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

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