#2E1E85

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

Shades of Persian Indigo #2E1E85

Tints of Persian Indigo #2E1E85

Color information

#2E1E85 (or 0x2E1E85) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1E and 85. RGB value is (46,30,133). Sum of RGB (Red+Green+Blue) = 46+30+133=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E1E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1E85 is #D1E17A. Grayscale: #2E2E2E. Windows color (decimal): -13754747 or 8724014. OLE color: 8724014.

HSL color Cylindrical-coordinate representation of color #2E1E85: hue angle of 249.32º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E1E85 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4630133-
CMYK0.650.7700.48
HSL249.32º63.19%31.96%-
HSV(B)249.32º77.44%52.16%-
XYZ5.823.222.5-
YUV46.53176.8127.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=22.01%
G=14.35%
B=63.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46301330.650.7700.48249.3263.1931.96
Hex2E1E85414D030f93f20
Octal56362051011150603717740
Binary101110111101000010110000011001101011000011111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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