#402863

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

Shades of Christalle #402863

Tints of Christalle #402863

Color information

#402863 (or 0x402863) is unknown color: approx Christalle. HEX triplet: 40, 28 and 63. RGB value is (64,40,99). Sum of RGB (Red+Green+Blue) = 64+40+99=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 40 (16.02% from 255 or 19.70% 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 #402863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402863 is #BFD79C. Grayscale: #353535. Windows color (decimal): -12572573 or 6498368. OLE color: 6498368.

HSL color Cylindrical-coordinate representation of color #402863: hue angle of 264.41º 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 #402863 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB644099-
CMYK0.350.6000.61
HSL264.41º42.45%27.25%-
HSV(B)264.41º59.6%38.82%-
XYZ5.133.5112.21-
YUV53.9153.45135.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=31.53%
G=19.70%
B=48.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6440990.350.6000.61264.4142.4527.25
Hex402863233C03D1082a1b
Octal1005014343740754105233
Binary10000001010001100011100011111100011110110000100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402863; }

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

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

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

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

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

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

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

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