#24137C

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

Shades of Persian Indigo #24137C

Tints of Persian Indigo #24137C

Color information

#24137C (or 0x24137C) is unknown color: approx Persian Indigo. HEX triplet: 24, 13 and 7C. RGB value is (36,19,124). Sum of RGB (Red+Green+Blue) = 36+19+124=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #24137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24137C is #DBEC83. Grayscale: #232323. Windows color (decimal): -14412932 or 8131364. OLE color: 8131364.

HSL color Cylindrical-coordinate representation of color #24137C: hue angle of 249.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24137C is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3619124-
CMYK0.710.8500.51
HSL249.71º73.43%28.04%-
HSV(B)249.71º84.68%48.63%-
XYZ4.62.319.27-
YUV36.05177.63127.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 19 (7.81% from 255) = 10.61%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=20.11%
G=10.61%
B=69.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36191240.710.8500.51249.7173.4328.04
Hex24137C4755033fa491c
Octal442317410712506337211134
Binary10010010011111110010001111010101011001111111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24137C; }

 p { color: rgb(36,19,124); }

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

<style>
 a { background-color: #24137C; }

 a { background-color: rgb(36,19,124); }

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

<style>
 span { border-color: #24137C; }

 span { border-color: rgb(36,19,124); }

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