#2E1987

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

Shades of Persian Indigo #2E1987

Tints of Persian Indigo #2E1987

Color information

#2E1987 (or 0x2E1987) is unknown color: approx Persian Indigo. HEX triplet: 2E, 19 and 87. RGB value is (46,25,135). Sum of RGB (Red+Green+Blue) = 46+25+135=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E1987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1987 is #D1E678. Grayscale: #2B2B2B. Windows color (decimal): -13756025 or 8853806. OLE color: 8853806.

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

Color convert

RGB4625135-
CMYK0.660.8100.47
HSL251.45º68.75%31.37%-
HSV(B)251.45º81.48%52.94%-
XYZ5.853.0323.2-
YUV43.82179.46129.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=22.33%
G=12.14%
B=65.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46251350.660.8100.47251.4568.7531.37
Hex2E1987425102Ffb451f
Octal563120710212105737310537
Binary101110110011000011110000101010001010111111111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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