#2E1598

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

Shades of Persian Indigo #2E1598

Tints of Persian Indigo #2E1598

Color information

#2E1598 (or 0x2E1598) is unknown color: approx Persian Indigo. HEX triplet: 2E, 15 and 98. RGB value is (46,21,152). Sum of RGB (Red+Green+Blue) = 46+21+152=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #2E1598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1598 is #D1EA67. Grayscale: #2A2A2A. Windows color (decimal): -13757032 or 9966894. OLE color: 9966894.

HSL color Cylindrical-coordinate representation of color #2E1598: hue angle of 251.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E1598 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4621152-
CMYK0.700.8600.40
HSL251.45º75.72%33.92%-
HSV(B)251.45º86.18%59.61%-
XYZ7.063.3829.99-
YUV43.41189.28129.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 152 (59.77% from 255) = 69.41%
R=21.00%
G=9.59%
B=69.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal46211520.700.8600.40251.4575.7233.92
Hex2E15984656028fb4c22
Octal562523010612605037311442
Binary1011101010110011000100011010101100101000111110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,21,152); }

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

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

 a { background-color: rgb(46,21,152); }

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

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

 span { border-color: rgb(46,21,152); }

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