#240D71

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

Shades of Persian Indigo #240D71

Tints of Persian Indigo #240D71

Color information

#240D71 (or 0x240D71) is unknown color: approx Persian Indigo. HEX triplet: 24, 0D and 71. RGB value is (36,13,113). Sum of RGB (Red+Green+Blue) = 36+13+113=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #240D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D71 is #DBF28E. Grayscale: #1E1E1E. Windows color (decimal): -14414479 or 7408932. OLE color: 7408932.

HSL color Cylindrical-coordinate representation of color #240D71: hue angle of 253.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240D71 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3613113-
CMYK0.680.8800.56
HSL253.8º79.37%24.71%-
HSV(B)253.8º88.5%44.31%-
XYZ3.851.8615.78-
YUV31.28174.12131.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.22%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=22.22%
G=8.02%
B=69.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal36131130.680.8800.56253.879.3724.71
Hex24D714458038fe4f19
Octal441516110413007037611731
Binary1001001101111000110001001011000011100011111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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