#2A0786

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

Shades of Persian Indigo #2A0786

Tints of Persian Indigo #2A0786

Color information

#2A0786 (or 0x2A0786) is unknown color: approx Persian Indigo. HEX triplet: 2A, 07 and 86. RGB value is (42,7,134). Sum of RGB (Red+Green+Blue) = 42+7+134=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A0786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0786 is #D5F879. Grayscale: #1F1F1F. Windows color (decimal): -14022778 or 8783658. OLE color: 8783658.

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

Color convert

RGB427134-
CMYK0.690.9500.47
HSL256.54º90.07%27.65%-
HSV(B)256.54º94.78%52.55%-
XYZ5.332.3722.73-
YUV31.94185.6135.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 134 (52.73% from 255) = 73.22%
R=22.95%
G=3.83%
B=73.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4271340.690.9500.47256.5490.0727.65
Hex2A786455F02F1015a1c
Octal52720610513705740113234
Binary10101011110000110100010110111110101111100000001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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