#400E61

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

Shades of Christalle #400E61

Tints of Christalle #400E61

Color information

#400E61 (or 0x400E61) is unknown color: approx Christalle. HEX triplet: 40, 0E and 61. RGB value is (64,14,97). Sum of RGB (Red+Green+Blue) = 64+14+97=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #400E61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E61 is #BFF19E. Grayscale: #262626. Windows color (decimal): -12579231 or 6360640. OLE color: 6360640.

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

Color convert

RGB641497-
CMYK0.340.8600.62
HSL276.14º74.77%21.76%-
HSV(B)276.14º85.57%38.04%-
XYZ4.432.2711.51-
YUV38.41161.06146.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=36.57%
G=8%
B=55.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6414970.340.8600.62276.1474.7721.76
Hex40E61225603E1144b16
Octal100161414212607642411326
Binary10000001110110000110001010101100111110100010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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