#400B5E

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

Shades of Christalle #400B5E

Tints of Christalle #400B5E

Color information

#400B5E (or 0x400B5E) is unknown color: approx Christalle. HEX triplet: 40, 0B and 5E. RGB value is (64,11,94). Sum of RGB (Red+Green+Blue) = 64+11+94=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #400B5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B5E is #BFF4A1. Grayscale: #242424. Windows color (decimal): -12580002 or 6163264. OLE color: 6163264.

HSL color Cylindrical-coordinate representation of color #400B5E: hue angle of 278.31º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400B5E is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB641194-
CMYK0.320.8800.63
HSL278.31º79.05%20.59%-
HSV(B)278.31º88.3%36.86%-
XYZ4.252.1410.78-
YUV36.31160.56147.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=37.87%
G=6.51%
B=55.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6411940.320.8800.63278.3179.0520.59
Hex40B5E205803F1164f15
Octal100131364013007742611725
Binary10000001011101111010000010110000111111100010110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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