#2A1E86

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

Shades of Persian Indigo #2A1E86

Tints of Persian Indigo #2A1E86

Color information

#2A1E86 (or 0x2A1E86) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1E and 86. RGB value is (42,30,134). Sum of RGB (Red+Green+Blue) = 42+30+134=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A1E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1E86 is #D5E179. Grayscale: #2D2D2D. Windows color (decimal): -14016890 or 8789546. OLE color: 8789546.

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

Color convert

RGB4230134-
CMYK0.690.7800.47
HSL246.92º63.41%32.16%-
HSV(B)246.92º77.61%52.55%-
XYZ5.723.1422.86-
YUV45.44177.98125.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 134 (52.73% from 255) = 65.05%
R=20.39%
G=14.56%
B=65.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42301340.690.7800.47246.9263.4132.16
Hex2A1E86454E02Ff73f20
Octal52362061051160573677740
Binary101010111101000011010001011001110010111111110111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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