#24017C

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

Shades of Persian Indigo #24017C

Tints of Persian Indigo #24017C

Color information

#24017C (or 0x24017C) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 7C. RGB value is (36,1,124). Sum of RGB (Red+Green+Blue) = 36+1+124=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #24017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24017C is #DBFE83. Grayscale: #191919. Windows color (decimal): -14417540 or 8126756. OLE color: 8126756.

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

Color convert

RGB361124-
CMYK0.710.9900.51
HSL257.07º98.4%24.51%-
HSV(B)257.07º99.19%48.63%-
XYZ4.381.8519.2-
YUV25.49183.6135.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=22.36%
G=0.62%
B=77.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3611240.710.9900.51257.0798.424.51
Hex2417C47630331016219
Octal44117410714306340114231
Binary10010011111100100011111000110110011100000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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