#24086F

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

Shades of Persian Indigo #24086F

Tints of Persian Indigo #24086F

Color information

#24086F (or 0x24086F) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 6F. RGB value is (36,8,111). Sum of RGB (Red+Green+Blue) = 36+8+111=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #24086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086F is #DBF790. Grayscale: #1B1B1B. Windows color (decimal): -14415761 or 7276580. OLE color: 7276580.

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

Color convert

RGB368111-
CMYK0.680.9300.56
HSL256.31º86.55%23.33%-
HSV(B)256.31º92.79%43.53%-
XYZ3.681.715.17-
YUV28.11174.78133.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 111 (43.75% from 255) = 71.61%
R=23.23%
G=5.16%
B=71.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3681110.680.9300.56256.3186.5523.33
Hex2486F445D0381005717
Octal441015710413507040012727
Binary10010010001101111100010010111010111000100000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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