#400962

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

Shades of Christalle #400962

Tints of Christalle #400962

Color information

#400962 (or 0x400962) is unknown color: approx Christalle. HEX triplet: 40, 09 and 62. RGB value is (64,9,98). Sum of RGB (Red+Green+Blue) = 64+9+98=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #400962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400962 is #BFF69D. Grayscale: #232323. Windows color (decimal): -12580510 or 6424896. OLE color: 6424896.

HSL color Cylindrical-coordinate representation of color #400962: hue angle of 277.08º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400962 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64998-
CMYK0.350.9100.62
HSL277.08º83.18%20.98%-
HSV(B)277.08º90.82%38.43%-
XYZ4.422.1711.74-
YUV35.59163.22148.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=37.43%
G=5.26%
B=57.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649980.350.9100.62277.0883.1820.98
Hex40962235B03E1155315
Octal100111424313307642512325
Binary10000001001110001010001110110110111110100010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400962; }

 p { color: rgb(64,9,98); }

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

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

 a { background-color: rgb(64,9,98); }

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

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

 span { border-color: rgb(64,9,98); }

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