#2E2178

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

Shades of Persian Indigo #2E2178

Tints of Persian Indigo #2E2178

Color information

#2E2178 (or 0x2E2178) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 78. RGB value is (46,33,120). Sum of RGB (Red+Green+Blue) = 46+33+120=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2178 is #D1DE87. Grayscale: #2E2E2E. Windows color (decimal): -13753992 or 7872814. OLE color: 7872814.

HSL color Cylindrical-coordinate representation of color #2E2178: hue angle of 248.97º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2178 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4633120-
CMYK0.620.7200.53
HSL248.97º56.86%30%-
HSV(B)248.97º72.5%47.06%-
XYZ5.063.0218.09-
YUV46.8169.31127.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=23.12%
G=16.58%
B=60.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46331200.620.7200.53248.9756.8630
Hex2E21783E48035f9391e
Octal5641170761100653717136
Binary1011101000011111000111110100100001101011111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,120); }

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

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

 a { background-color: rgb(46,33,120); }

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

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

 span { border-color: rgb(46,33,120); }

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