#240E72

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

Shades of Persian Indigo #240E72

Tints of Persian Indigo #240E72

Color information

#240E72 (or 0x240E72) is unknown color: approx Persian Indigo. HEX triplet: 24, 0E and 72. RGB value is (36,14,114). Sum of RGB (Red+Green+Blue) = 36+14+114=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #240E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E72 is #DBF18D. Grayscale: #1F1F1F. Windows color (decimal): -14414222 or 7474724. OLE color: 7474724.

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

Color convert

RGB3614114-
CMYK0.680.8800.55
HSL253.2º78.12%25.1%-
HSV(B)253.2º87.72%44.71%-
XYZ3.921.916.08-
YUV31.98174.29130.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 114 (44.92% from 255) = 69.51%
R=21.95%
G=8.54%
B=69.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36141140.680.8800.55253.278.1225.1
Hex24E724458037fd4e19
Octal441616210413006737511631
Binary1001001110111001010001001011000011011111111101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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