#24016F

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

Shades of Persian Indigo #24016F

Tints of Persian Indigo #24016F

Color information

#24016F (or 0x24016F) is unknown color: approx Persian Indigo. HEX triplet: 24, 01 and 6F. RGB value is (36,1,111). Sum of RGB (Red+Green+Blue) = 36+1+111=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #24016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24016F is #DBFE90. Grayscale: #171717. Windows color (decimal): -14417553 or 7274788. OLE color: 7274788.

HSL color Cylindrical-coordinate representation of color #24016F: hue angle of 259.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24016F is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB361111-
CMYK0.680.9900.56
HSL259.09º98.21%21.96%-
HSV(B)259.09º99.1%43.53%-
XYZ3.611.5415.15-
YUV24177.1136.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 111 (43.75% from 255) = 75%
R=24.32%
G=0.68%
B=75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3611110.680.9900.56259.0998.2121.96
Hex2416F44630381036216
Octal44115710414307040314226
Binary10010011101111100010011000110111000100000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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