#2E2082

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

Shades of Persian Indigo #2E2082

Tints of Persian Indigo #2E2082

Color information

#2E2082 (or 0x2E2082) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 82. RGB value is (46,32,130). Sum of RGB (Red+Green+Blue) = 46+32+130=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E2082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2082 is #D1DF7D. Grayscale: #2E2E2E. Windows color (decimal): -13754238 or 8527918. OLE color: 8527918.

HSL color Cylindrical-coordinate representation of color #2E2082: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2082 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4632130-
CMYK0.650.7500.49
HSL248.57º60.49%31.76%-
HSV(B)248.57º75.38%50.98%-
XYZ5.673.2321.44-
YUV47.36174.64127.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 130 (51.17% from 255) = 62.5%
R=22.12%
G=15.38%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46321300.650.7500.49248.5760.4931.76
Hex2E2082414B031f93c20
Octal56402021011130613717440
Binary1011101000001000001010000011001011011000111111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,130); }

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

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

 a { background-color: rgb(46,32,130); }

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

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

 span { border-color: rgb(46,32,130); }

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