#24016C

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

Shades of Persian Indigo #24016C

Tints of Persian Indigo #24016C

Color information

#24016C (or 0x24016C) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 6C. RGB value is (36,1,108). Sum of RGB (Red+Green+Blue) = 36+1+108=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #24016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24016C is #DBFE93. Grayscale: #171717. Windows color (decimal): -14417556 or 7078180. OLE color: 7078180.

HSL color Cylindrical-coordinate representation of color #24016C: hue angle of 259.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24016C is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB361108-
CMYK0.670.9900.58
HSL259.63º98.17%21.37%-
HSV(B)259.63º99.07%42.35%-
XYZ3.451.4814.29-
YUV23.66175.6136.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 108 (42.58% from 255) = 74.48%
R=24.83%
G=0.69%
B=74.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3611080.670.9900.58259.6398.1721.37
Hex2416C436303A1046215
Octal44115410314307240414225
Binary10010011101100100001111000110111010100000100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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