#240E73

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

Shades of Persian Indigo #240E73

Tints of Persian Indigo #240E73

Color information

#240E73 (or 0x240E73) is unknown color: approx Persian Indigo. HEX triplet: 24, 0E and 73. RGB value is (36,14,115). Sum of RGB (Red+Green+Blue) = 36+14+115=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #240E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E73 is #DBF18C. Grayscale: #1F1F1F. Windows color (decimal): -14414221 or 7540260. OLE color: 7540260.

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

Color convert

RGB3614115-
CMYK0.690.8800.55
HSL253.07º78.29%25.29%-
HSV(B)253.07º87.83%45.1%-
XYZ3.981.9316.38-
YUV32.09174.79130.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 115 (45.31% from 255) = 69.70%
R=21.82%
G=8.48%
B=69.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36141150.690.8800.55253.0778.2925.29
Hex24E734558037fd4e19
Octal441616310513006737511631
Binary1001001110111001110001011011000011011111111101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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