#402866

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

Shades of Christalle #402866

Tints of Christalle #402866

Color information

#402866 (or 0x402866) is unknown color: approx Christalle. HEX triplet: 40, 28 and 66. RGB value is (64,40,102). Sum of RGB (Red+Green+Blue) = 64+40+102=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #402866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402866 is #BFD799. Grayscale: #363636. Windows color (decimal): -12572570 or 6694976. OLE color: 6694976.

HSL color Cylindrical-coordinate representation of color #402866: hue angle of 263.23º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402866 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6440102-
CMYK0.370.6100.6
HSL263.23º43.66%27.84%-
HSV(B)263.23º60.78%40%-
XYZ5.273.5712.98-
YUV54.24154.95134.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=31.07%
G=19.42%
B=49.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64401020.370.6100.6263.2343.6627.84
Hex402866253D03C1072c1c
Octal1005014645750744075434
Binary10000001010001100110100101111101011110010000011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402866; }

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

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

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

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

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

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

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

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