#24157C

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

Shades of Persian Indigo #24157C

Tints of Persian Indigo #24157C

Color information

#24157C (or 0x24157C) is unknown color: approx Persian Indigo. HEX triplet: 24, 15 and 7C. RGB value is (36,21,124). Sum of RGB (Red+Green+Blue) = 36+21+124=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #24157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24157C is #DBEA83. Grayscale: #242424. Windows color (decimal): -14412420 or 8131876. OLE color: 8131876.

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

Color convert

RGB3621124-
CMYK0.710.8300.51
HSL248.74º71.03%28.43%-
HSV(B)248.74º83.06%48.63%-
XYZ4.632.3719.28-
YUV37.23176.97127.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 124 (48.83% from 255) = 68.51%
R=19.89%
G=11.60%
B=68.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal36211240.710.8300.51248.7471.0328.43
Hex24157C4753033f9471c
Octal442517410712306337110734
Binary10010010101111110010001111010011011001111111001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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