#240D5B

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

Shades of Christalle #240D5B

Tints of Christalle #240D5B

Color information

#240D5B (or 0x240D5B) is unknown color: approx Christalle. HEX triplet: 24, 0D and 5B. RGB value is (36,13,91). Sum of RGB (Red+Green+Blue) = 36+13+91=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #240D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D5B is #DBF2A4. Grayscale: #1C1C1C. Windows color (decimal): -14414501 or 5967140. OLE color: 5967140.

HSL color Cylindrical-coordinate representation of color #240D5B: hue angle of 257.69º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240D5B is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB361391-
CMYK0.600.8600.64
HSL257.69º75%20.39%-
HSV(B)257.69º85.71%35.69%-
XYZ2.761.4210.03-
YUV28.77163.12133.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 13 (5.47% from 255) = 9.29%
BLUE value IS 91 (35.94% from 255) = 65%
R=25.71%
G=9.29%
B=65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3613910.600.8600.64257.697520.39
Hex24D5B3C560401024b14
Octal441513374126010040211324
Binary10010011011011011111100101011001000000100000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,13,91); }

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

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

 a { background-color: rgb(36,13,91); }

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

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

 span { border-color: rgb(36,13,91); }

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