#240B60

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

Shades of Christalle #240B60

Tints of Christalle #240B60

Color information

#240B60 (or 0x240B60) is unknown color: approx Christalle. HEX triplet: 24, 0B and 60. RGB value is (36,11,96). Sum of RGB (Red+Green+Blue) = 36+11+96=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #240B60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B60 is #DBF49F. Grayscale: #1B1B1B. Windows color (decimal): -14415008 or 6294308. OLE color: 6294308.

HSL color Cylindrical-coordinate representation of color #240B60: hue angle of 257.65º degrees, saturation: 0.79, 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 #240B60 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB361196-
CMYK0.620.8900.62
HSL257.65º79.44%20.98%-
HSV(B)257.65º88.54%37.65%-
XYZ2.961.4611.19-
YUV28.16166.28133.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 11 (4.69% from 255) = 7.69%
BLUE value IS 96 (37.89% from 255) = 67.13%
R=25.17%
G=7.69%
B=67.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3611960.620.8900.62257.6579.4420.98
Hex24B603E5903E1024f15
Octal44131407613107640211725
Binary1001001011110000011111010110010111110100000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,11,96); }

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

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

 a { background-color: rgb(36,11,96); }

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

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

 span { border-color: rgb(36,11,96); }

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