#2E1F87

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

Shades of Persian Indigo #2E1F87

Tints of Persian Indigo #2E1F87

Color information

#2E1F87 (or 0x2E1F87) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1F and 87. RGB value is (46,31,135). Sum of RGB (Red+Green+Blue) = 46+31+135=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E1F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1F87 is #D1E078. Grayscale: #2E2E2E. Windows color (decimal): -13754489 or 8855342. OLE color: 8855342.

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

Color convert

RGB4631135-
CMYK0.660.7700.47
HSL248.65º62.65%32.55%-
HSV(B)248.65º77.04%52.94%-
XYZ5.993.3123.24-
YUV47.34177.47127.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 135 (53.12% from 255) = 63.68%
R=21.70%
G=14.62%
B=63.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46311350.660.7700.47248.6562.6532.55
Hex2E1F87424D02Ff93f21
Octal56372071021150573717741
Binary101110111111000011110000101001101010111111111001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,31,135); }

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

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

 a { background-color: rgb(46,31,135); }

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

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

 span { border-color: rgb(46,31,135); }

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