#24157F

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

Shades of Persian Indigo #24157F

Tints of Persian Indigo #24157F

Color information

#24157F (or 0x24157F) is unknown color: approx Persian Indigo. HEX triplet: 24, 15 and 7F. RGB value is (36,21,127). Sum of RGB (Red+Green+Blue) = 36+21+127=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #24157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24157F is #DBEA80. Grayscale: #252525. Windows color (decimal): -14412417 or 8328484. OLE color: 8328484.

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

Color convert

RGB3621127-
CMYK0.720.8300.50
HSL248.49º71.62%29.02%-
HSV(B)248.49º83.46%49.8%-
XYZ4.832.4420.3-
YUV37.57178.47126.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.57%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 127 (50% from 255) = 69.02%
R=19.57%
G=11.41%
B=69.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36211270.720.8300.50248.4971.6229.02
Hex24157F4853032f8481d
Octal442517711012306237011035
Binary10010010101111111110010001010011011001011111000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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