#2A0586

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

Shades of Persian Indigo #2A0586

Tints of Persian Indigo #2A0586

Color information

#2A0586 (or 0x2A0586) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 86. RGB value is (42,5,134). Sum of RGB (Red+Green+Blue) = 42+5+134=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A0586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0586 is #D5FA79. Grayscale: #1E1E1E. Windows color (decimal): -14023290 or 8783146. OLE color: 8783146.

HSL color Cylindrical-coordinate representation of color #2A0586: hue angle of 257.21º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0586 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB425134-
CMYK0.690.9600.47
HSL257.21º92.81%27.25%-
HSV(B)257.21º96.27%52.55%-
XYZ5.312.3222.72-
YUV30.77186.26136.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 134 (52.73% from 255) = 74.03%
R=23.20%
G=2.76%
B=74.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4251340.690.9600.47257.2192.8127.25
Hex2A586456002F1015d1b
Octal52520610514005740113533
Binary10101010110000110100010111000000101111100000001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0586; }

 p { color: rgb(42,5,134); }

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

<style>
 a { background-color: #2A0586; }

 a { background-color: rgb(42,5,134); }

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

<style>
 span { border-color: #2A0586; }

 span { border-color: rgb(42,5,134); }

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