#240D70

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

Shades of Persian Indigo #240D70

Tints of Persian Indigo #240D70

Color information

#240D70 (or 0x240D70) is unknown color: approx Persian Indigo. HEX triplet: 24, 0D and 70. RGB value is (36,13,112). Sum of RGB (Red+Green+Blue) = 36+13+112=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #240D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D70 is #DBF28F. Grayscale: #1E1E1E. Windows color (decimal): -14414480 or 7343396. OLE color: 7343396.

HSL color Cylindrical-coordinate representation of color #240D70: hue angle of 253.94º 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 #240D70 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3613112-
CMYK0.680.8800.56
HSL253.94º79.2%24.51%-
HSV(B)253.94º88.39%43.92%-
XYZ3.81.8315.48-
YUV31.16173.62131.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=22.36%
G=8.07%
B=69.57%

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
Decimal36131120.680.8800.56253.9479.224.51
Hex24D704458038fe4f19
Octal441516010413007037611731
Binary1001001101111000010001001011000011100011111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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