#2E2084

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

Shades of Persian Indigo #2E2084

Tints of Persian Indigo #2E2084

Color information

#2E2084 (or 0x2E2084) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 84. RGB value is (46,32,132). Sum of RGB (Red+Green+Blue) = 46+32+132=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E2084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2084 is #D1DF7B. Grayscale: #2F2F2F. Windows color (decimal): -13754236 or 8658990. OLE color: 8658990.

HSL color Cylindrical-coordinate representation of color #2E2084: hue angle of 248.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2084 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4632132-
CMYK0.650.7600.48
HSL248.4º60.98%32.16%-
HSV(B)248.4º75.76%51.76%-
XYZ5.813.2822.16-
YUV47.59175.64126.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=21.90%
G=15.24%
B=62.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46321320.650.7600.48248.460.9832.16
Hex2E2084414C030f83d20
Octal56402041011140603707540
Binary1011101000001000010010000011001100011000011111000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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