#24097F

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

Shades of Persian Indigo #24097F

Tints of Persian Indigo #24097F

Color information

#24097F (or 0x24097F) is unknown color: approx Persian Indigo. HEX triplet: 24, 09 and 7F. RGB value is (36,9,127). Sum of RGB (Red+Green+Blue) = 36+9+127=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #24097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24097F is #DBF680. Grayscale: #1E1E1E. Windows color (decimal): -14415489 or 8325412. OLE color: 8325412.

HSL color Cylindrical-coordinate representation of color #24097F: hue angle of 253.73º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24097F is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB369127-
CMYK0.720.9300.50
HSL253.73º86.76%26.67%-
HSV(B)253.73º92.91%49.8%-
XYZ4.662.120.24-
YUV30.52182.45131.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.93%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 127 (50% from 255) = 73.84%
R=20.93%
G=5.23%
B=73.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3691270.720.9300.50253.7386.7626.67
Hex2497F485D032fe571b
Octal441117711013506237612733
Binary1001001001111111110010001011101011001011111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24097F; }

 p { color: rgb(36,9,127); }

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

<style>
 a { background-color: #24097F; }

 a { background-color: rgb(36,9,127); }

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

<style>
 span { border-color: #24097F; }

 span { border-color: rgb(36,9,127); }

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