#2E1782

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

Shades of Persian Indigo #2E1782

Tints of Persian Indigo #2E1782

Color information

#2E1782 (or 0x2E1782) is unknown color: approx Persian Indigo. HEX triplet: 2E, 17 and 82. RGB value is (46,23,130). Sum of RGB (Red+Green+Blue) = 46+23+130=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E1782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1782 is #D1E87D. Grayscale: #292929. Windows color (decimal): -13756542 or 8525614. OLE color: 8525614.

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

Color convert

RGB4623130-
CMYK0.650.8200.49
HSL252.9º69.93%30%-
HSV(B)252.9º82.31%50.98%-
XYZ5.462.8121.37-
YUV42.08177.62130.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 130 (51.17% from 255) = 65.33%
R=23.12%
G=11.56%
B=65.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46231300.650.8200.49252.969.9330
Hex2E17824152031fd461e
Octal562720210112206137510636
Binary101110101111000001010000011010010011000111111101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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