#2E1B80

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

Shades of Persian Indigo #2E1B80

Tints of Persian Indigo #2E1B80

Color information

#2E1B80 (or 0x2E1B80) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1B and 80. RGB value is (46,27,128). Sum of RGB (Red+Green+Blue) = 46+27+128=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E1B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1B80 is #D1E47F. Grayscale: #2B2B2B. Windows color (decimal): -13755520 or 8395566. OLE color: 8395566.

HSL color Cylindrical-coordinate representation of color #2E1B80: hue angle of 251.29º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E1B80 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4627128-
CMYK0.640.7900.50
HSL251.29º65.16%30.39%-
HSV(B)251.29º78.91%50.2%-
XYZ5.412.9220.7-
YUV44.2175.29129.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=22.89%
G=13.43%
B=63.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46271280.640.7900.50251.2965.1630.39
Hex2E1B80404F032fb411e
Octal563320010011706237310136
Binary101110110111000000010000001001111011001011111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,27,128); }

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

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

 a { background-color: rgb(46,27,128); }

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

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

 span { border-color: rgb(46,27,128); }

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