#400A62

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

Shades of Christalle #400A62

Tints of Christalle #400A62

Color information

#400A62 (or 0x400A62) is unknown color: approx Christalle. HEX triplet: 40, 0A and 62. RGB value is (64,10,98). Sum of RGB (Red+Green+Blue) = 64+10+98=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #400A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A62 is #BFF59D. Grayscale: #232323. Windows color (decimal): -12580254 or 6425152. OLE color: 6425152.

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

Color convert

RGB641098-
CMYK0.350.9000.62
HSL276.82º81.48%21.18%-
HSV(B)276.82º89.8%38.43%-
XYZ4.432.1911.74-
YUV36.18162.89147.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 10 (4.30% from 255) = 5.81%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=37.21%
G=5.81%
B=56.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6410980.350.9000.62276.8281.4821.18
Hex40A62235A03E1155115
Octal100121424313207642512125
Binary10000001010110001010001110110100111110100010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400A62; }

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

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

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

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

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

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

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

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