#2E1E86

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

Shades of Persian Indigo #2E1E86

Tints of Persian Indigo #2E1E86

Color information

#2E1E86 (or 0x2E1E86) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1E and 86. RGB value is (46,30,134). Sum of RGB (Red+Green+Blue) = 46+30+134=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E1E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1E86 is #D1E179. Grayscale: #2E2E2E. Windows color (decimal): -13754746 or 8789550. OLE color: 8789550.

HSL color Cylindrical-coordinate representation of color #2E1E86: hue angle of 249.23º 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 #2E1E86 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4630134-
CMYK0.660.7800.47
HSL249.23º63.41%32.16%-
HSV(B)249.23º77.61%52.55%-
XYZ5.893.2322.87-
YUV46.64177.3127.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 30 (12.11% from 255) = 14.29%
BLUE value IS 134 (52.73% from 255) = 63.81%
R=21.90%
G=14.29%
B=63.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46301340.660.7800.47249.2363.4132.16
Hex2E1E86424E02Ff93f20
Octal56362061021160573717740
Binary101110111101000011010000101001110010111111111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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