#240E5C

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

Shades of Christalle #240E5C

Tints of Christalle #240E5C

Color information

#240E5C (or 0x240E5C) is unknown color: approx Christalle. HEX triplet: 24, 0E and 5C. RGB value is (36,14,92). Sum of RGB (Red+Green+Blue) = 36+14+92=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #240E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E5C is #DBF1A3. Grayscale: #1D1D1D. Windows color (decimal): -14414244 or 6032932. OLE color: 6032932.

HSL color Cylindrical-coordinate representation of color #240E5C: hue angle of 256.92º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #240E5C is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB361492-
CMYK0.610.8500.64
HSL256.92º73.58%20.78%-
HSV(B)256.92º84.78%36.08%-
XYZ2.821.4610.26-
YUV29.47163.29132.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 14 (5.86% from 255) = 9.86%
BLUE value IS 92 (36.33% from 255) = 64.79%
R=25.35%
G=9.86%
B=64.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3614920.610.8500.64256.9273.5820.78
Hex24E5C3D550401014a15
Octal441613475125010040111225
Binary10010011101011100111101101010101000000100000001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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