#422663

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

Shades of Christalle #422663

Tints of Christalle #422663

Color information

#422663 (or 0x422663) is unknown color: approx Christalle. HEX triplet: 42, 26 and 63. RGB value is (66,38,99). Sum of RGB (Red+Green+Blue) = 66+38+99=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #422663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422663 is #BDD99C. Grayscale: #353535. Windows color (decimal): -12442013 or 6497858. OLE color: 6497858.

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

Color convert

RGB663899-
CMYK0.330.6200.61
HSL267.54º44.53%26.86%-
HSV(B)267.54º61.62%38.82%-
XYZ5.193.4512.2-
YUV53.33153.78137.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=32.51%
G=18.72%
B=48.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6638990.330.6200.61267.5444.5326.86
Hex422663213E03D10c2d1b
Octal1024614341760754145533
Binary10000101001101100011100001111110011110110000110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422663; }

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

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

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

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

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

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

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

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