#422560

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

Shades of Christalle #422560

Tints of Christalle #422560

Color information

#422560 (or 0x422560) is unknown color: approx Christalle. HEX triplet: 42, 25 and 60. RGB value is (66,37,96). Sum of RGB (Red+Green+Blue) = 66+37+96=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #422560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422560 is #BDDA9F. Grayscale: #343434. Windows color (decimal): -12442272 or 6300994. OLE color: 6300994.

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

Color convert

RGB663796-
CMYK0.310.6100.62
HSL269.49º44.36%26.08%-
HSV(B)269.49º61.46%37.65%-
XYZ5.023.3311.44-
YUV52.4152.61137.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=33.17%
G=18.59%
B=48.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6637960.310.6100.62269.4944.3626.08
Hex4225601F3D03E10d2c1a
Octal1024514037750764155432
Binary1000010100101110000011111111101011111010000110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422560; }

 p { color: rgb(66,37,96); }

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

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

 a { background-color: rgb(66,37,96); }

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

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

 span { border-color: rgb(66,37,96); }

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