#24086B

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

Shades of Persian Indigo #24086B

Tints of Persian Indigo #24086B

Color information

#24086B (or 0x24086B) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 6B. RGB value is (36,8,107). Sum of RGB (Red+Green+Blue) = 36+8+107=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #24086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086B is #DBF794. Grayscale: #1B1B1B. Windows color (decimal): -14415765 or 7014436. OLE color: 7014436.

HSL color Cylindrical-coordinate representation of color #24086B: hue angle of 256.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24086B is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB368107-
CMYK0.660.9300.58
HSL256.97º86.09%22.55%-
HSV(B)256.97º92.52%41.96%-
XYZ3.471.6114.04-
YUV27.66172.78133.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 107 (42.19% from 255) = 70.86%
R=23.84%
G=5.30%
B=70.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3681070.660.9300.58256.9786.0922.55
Hex2486B425D03A1015617
Octal441015310213507240112627
Binary10010010001101011100001010111010111010100000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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