#24137A

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

Shades of Persian Indigo #24137A

Tints of Persian Indigo #24137A

Color information

#24137A (or 0x24137A) is unknown color: approx Persian Indigo. HEX triplet: 24, 13 and 7A. RGB value is (36,19,122). Sum of RGB (Red+Green+Blue) = 36+19+122=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #24137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24137A is #DBEC85. Grayscale: #232323. Windows color (decimal): -14412934 or 8000292. OLE color: 8000292.

HSL color Cylindrical-coordinate representation of color #24137A: hue angle of 249.9º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24137A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3619122-
CMYK0.700.8400.52
HSL249.9º73.05%27.65%-
HSV(B)249.9º84.43%47.84%-
XYZ4.472.2518.61-
YUV35.83176.63128.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=20.34%
G=10.73%
B=68.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36191220.700.8400.52249.973.0527.65
Hex24137A4654034fa491c
Octal442317210612406437211134
Binary10010010011111101010001101010100011010011111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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