#24087F

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

Shades of Persian Indigo #24087F

Tints of Persian Indigo #24087F

Color information

#24087F (or 0x24087F) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 7F. RGB value is (36,8,127). Sum of RGB (Red+Green+Blue) = 36+8+127=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #24087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24087F is #DBF780. Grayscale: #1D1D1D. Windows color (decimal): -14415745 or 8325156. OLE color: 8325156.

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

Color convert

RGB368127-
CMYK0.720.9400.50
HSL254.12º88.15%26.47%-
HSV(B)254.12º93.7%49.8%-
XYZ4.652.0820.24-
YUV29.94182.78132.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.05%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 127 (50% from 255) = 74.27%
R=21.05%
G=4.68%
B=74.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3681270.720.9400.50254.1288.1526.47
Hex2487F485E032fe581a
Octal441017711013606237613032
Binary1001001000111111110010001011110011001011111110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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