#2E2280

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

Shades of Persian Indigo #2E2280

Tints of Persian Indigo #2E2280

Color information

#2E2280 (or 0x2E2280) is unknown color: approx Persian Indigo. HEX triplet: 2E, 22 and 80. RGB value is (46,34,128). Sum of RGB (Red+Green+Blue) = 46+34+128=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E2280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2280 is #D1DD7F. Grayscale: #2F2F2F. Windows color (decimal): -13753728 or 8397358. OLE color: 8397358.

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

Color convert

RGB4634128-
CMYK0.640.7300.50
HSL247.66º58.02%31.76%-
HSV(B)247.66º73.44%50.2%-
XYZ5.63.2820.76-
YUV48.3172.98126.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 128 (50.39% from 255) = 61.54%
R=22.12%
G=16.35%
B=61.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46341280.640.7300.50247.6658.0231.76
Hex2E22804049032f83a20
Octal56422001001110623707240
Binary1011101000101000000010000001001001011001011111000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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