#2E197F

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

Shades of Persian Indigo #2E197F

Tints of Persian Indigo #2E197F

Color information

#2E197F (or 0x2E197F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 19 and 7F. RGB value is (46,25,127). Sum of RGB (Red+Green+Blue) = 46+25+127=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E197F is #D1E680. Grayscale: #2A2A2A. Windows color (decimal): -13756033 or 8329518. OLE color: 8329518.

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

Color convert

RGB4625127-
CMYK0.640.8000.50
HSL252.35º67.11%29.8%-
HSV(B)252.35º80.31%49.8%-
XYZ5.312.8120.34-
YUV42.91175.46130.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 127 (50% from 255) = 64.14%
R=23.23%
G=12.63%
B=64.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46251270.640.8000.50252.3567.1129.8
Hex2E197F4050032fc431e
Octal563117710012006237410336
Binary10111011001111111110000001010000011001011111100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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