#422463

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

Shades of Christalle #422463

Tints of Christalle #422463

Color information

#422463 (or 0x422463) is unknown color: approx Christalle. HEX triplet: 42, 24 and 63. RGB value is (66,36,99). Sum of RGB (Red+Green+Blue) = 66+36+99=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #422463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422463 is #BDDB9C. Grayscale: #333333. Windows color (decimal): -12442525 or 6497346. OLE color: 6497346.

HSL color Cylindrical-coordinate representation of color #422463: hue angle of 268.57º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #422463 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB663699-
CMYK0.330.6400.61
HSL268.57º46.67%26.47%-
HSV(B)268.57º63.64%38.82%-
XYZ5.133.3212.18-
YUV52.15154.44137.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=32.84%
G=17.91%
B=49.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6636990.330.6400.61268.5746.6726.47
Hex422463214003D10d2f1a
Octal10244143411000754155732
Binary100001010010011000111000011000000011110110000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422463; }

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

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

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

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

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

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

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

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