#422763

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

Shades of Christalle #422763

Tints of Christalle #422763

Color information

#422763 (or 0x422763) is unknown color: approx Christalle. HEX triplet: 42, 27 and 63. RGB value is (66,39,99). Sum of RGB (Red+Green+Blue) = 66+39+99=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #422763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422763 is #BDD89C. Grayscale: #353535. Windows color (decimal): -12441757 or 6498114. OLE color: 6498114.

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

Color convert

RGB663999-
CMYK0.330.6100.61
HSL267º43.48%27.06%-
HSV(B)267º60.61%38.82%-
XYZ5.223.5112.21-
YUV53.91153.45136.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=32.35%
G=19.12%
B=48.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6639990.330.6100.6126743.4827.06
Hex422763213D03D10b2b1b
Octal1024714341750754135333
Binary10000101001111100011100001111101011110110000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422763; }

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

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

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

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

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

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

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

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