#422863

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

Shades of Christalle #422863

Tints of Christalle #422863

Color information

#422863 (or 0x422863) is unknown color: approx Christalle. HEX triplet: 42, 28 and 63. RGB value is (66,40,99). Sum of RGB (Red+Green+Blue) = 66+40+99=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #422863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422863 is #BDD79C. Grayscale: #363636. Windows color (decimal): -12441501 or 6498370. OLE color: 6498370.

HSL color Cylindrical-coordinate representation of color #422863: hue angle of 266.44º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422863 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB664099-
CMYK0.330.6000.61
HSL266.44º42.45%27.25%-
HSV(B)266.44º59.6%38.82%-
XYZ5.263.5812.22-
YUV54.5153.11136.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=32.20%
G=19.51%
B=48.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6640990.330.6000.61266.4442.4527.25
Hex422863213C03D10a2a1b
Octal1025014341740754125233
Binary10000101010001100011100001111100011110110000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422863; }

 p { color: rgb(66,40,99); }

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

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

 a { background-color: rgb(66,40,99); }

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

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

 span { border-color: rgb(66,40,99); }

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