#240E61

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

Shades of Christalle #240E61

Tints of Christalle #240E61

Color information

#240E61 (or 0x240E61) is unknown color: approx Christalle. HEX triplet: 24, 0E and 61. RGB value is (36,14,97). Sum of RGB (Red+Green+Blue) = 36+14+97=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #240E61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E61 is #DBF19E. Grayscale: #1D1D1D. Windows color (decimal): -14414239 or 6360612. OLE color: 6360612.

HSL color Cylindrical-coordinate representation of color #240E61: hue angle of 255.9º 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 #240E61 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB361497-
CMYK0.630.8600.62
HSL255.9º74.77%21.76%-
HSV(B)255.9º85.57%38.04%-
XYZ3.041.5511.45-
YUV30.04165.79132.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=24.49%
G=9.52%
B=65.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3614970.630.8600.62255.974.7721.76
Hex24E613F5603E1004b16
Octal44161417712607640011326
Binary1001001110110000111111110101100111110100000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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