#24086A

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

Shades of Persian Indigo #24086A

Tints of Persian Indigo #24086A

Color information

#24086A (or 0x24086A) is unknown color: approx Persian Indigo. HEX triplet: 24, 08 and 6A. RGB value is (36,8,106). Sum of RGB (Red+Green+Blue) = 36+8+106=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #24086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24086A is #DBF795. Grayscale: #1B1B1B. Windows color (decimal): -14415766 or 6948900. OLE color: 6948900.

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

Color convert

RGB368106-
CMYK0.660.9200.58
HSL257.14º85.96%22.35%-
HSV(B)257.14º92.45%41.57%-
XYZ3.421.5913.76-
YUV27.54172.28134.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 106 (41.80% from 255) = 70.67%
R=24%
G=5.33%
B=70.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3681060.660.9200.58257.1485.9622.35
Hex2486A425C03A1015616
Octal441015210213407240112626
Binary10010010001101010100001010111000111010100000001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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