#400B61

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

Shades of Christalle #400B61

Tints of Christalle #400B61

Color information

#400B61 (or 0x400B61) is unknown color: approx Christalle. HEX triplet: 40, 0B and 61. RGB value is (64,11,97). Sum of RGB (Red+Green+Blue) = 64+11+97=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #400B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B61 is #BFF49E. Grayscale: #242424. Windows color (decimal): -12579999 or 6359872. OLE color: 6359872.

HSL color Cylindrical-coordinate representation of color #400B61: hue angle of 276.98º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400B61 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB641197-
CMYK0.340.8900.62
HSL276.98º79.63%21.18%-
HSV(B)276.98º88.66%38.04%-
XYZ4.392.1911.5-
YUV36.65162.06147.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=37.21%
G=6.40%
B=56.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6411970.340.8900.62276.9879.6321.18
Hex40B61225903E1155015
Octal100131414213107642512025
Binary10000001011110000110001010110010111110100010101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,11,97); }

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

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

 a { background-color: rgb(64,11,97); }

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

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

 span { border-color: rgb(64,11,97); }

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