#402766

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

Shades of Christalle #402766

Tints of Christalle #402766

Color information

#402766 (or 0x402766) is unknown color: approx Christalle. HEX triplet: 40, 27 and 66. RGB value is (64,39,102). Sum of RGB (Red+Green+Blue) = 64+39+102=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #402766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402766 is #BFD899. Grayscale: #353535. Windows color (decimal): -12572826 or 6694720. OLE color: 6694720.

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

Color convert

RGB6439102-
CMYK0.370.6200.6
HSL263.81º44.68%27.65%-
HSV(B)263.81º61.76%40%-
XYZ5.243.512.97-
YUV53.66155.28135.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=31.22%
G=19.02%
B=49.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64391020.370.6200.6263.8144.6827.65
Hex402766253E03C1082d1c
Octal1004714645760744105534
Binary10000001001111100110100101111110011110010000100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402766; }

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

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

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

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

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

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

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

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