#2E0197

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

Shades of Persian Indigo #2E0197

Tints of Persian Indigo #2E0197

Color information

#2E0197 (or 0x2E0197) is unknown color: approx Persian Indigo. HEX triplet: 2E, 01 and 97. RGB value is (46,1,151). Sum of RGB (Red+Green+Blue) = 46+1+151=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E0197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0197 is #D1FE68. Grayscale: #1F1F1F. Windows color (decimal): -13762153 or 9896238. OLE color: 9896238.

HSL color Cylindrical-coordinate representation of color #2E0197: hue angle of 258º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0197 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB461151-
CMYK0.700.9900.41
HSL258º98.68%29.8%-
HSV(B)258º99.34%59.22%-
XYZ6.722.8429.47-
YUV31.56195.41138.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 151 (59.38% from 255) = 76.26%
R=23.23%
G=0.51%
B=76.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4611510.700.9900.4125898.6829.8
Hex2E1974663029102631e
Octal56122710614305140214336
Binary101110110010111100011011000110101001100000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,1,151); }

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

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

 a { background-color: rgb(46,1,151); }

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

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

 span { border-color: rgb(46,1,151); }

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