#2E1793

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

Shades of Persian Indigo #2E1793

Tints of Persian Indigo #2E1793

Color information

#2E1793 (or 0x2E1793) is unknown color: approx Persian Indigo. HEX triplet: 2E, 17 and 93. RGB value is (46,23,147). Sum of RGB (Red+Green+Blue) = 46+23+147=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E1793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1793 is #D1E86C. Grayscale: #2B2B2B. Windows color (decimal): -13756525 or 9639726. OLE color: 9639726.

HSL color Cylindrical-coordinate representation of color #2E1793: hue angle of 251.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1793 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4623147-
CMYK0.690.8400.42
HSL251.13º72.94%33.33%-
HSV(B)251.13º84.35%57.65%-
XYZ6.73.327.89-
YUV44.01186.12129.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 147 (57.81% from 255) = 68.06%
R=21.30%
G=10.65%
B=68.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46231470.690.8400.42251.1372.9433.33
Hex2E1793455402Afb4921
Octal562722310512405237311141
Binary1011101011110010011100010110101000101010111110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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