#2E0793

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

Shades of Persian Indigo #2E0793

Tints of Persian Indigo #2E0793

Color information

#2E0793 (or 0x2E0793) is unknown color: approx Persian Indigo. HEX triplet: 2E, 07 and 93. RGB value is (46,7,147). Sum of RGB (Red+Green+Blue) = 46+7+147=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E0793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0793 is #D1F86C. Grayscale: #222222. Windows color (decimal): -13760621 or 9635630. OLE color: 9635630.

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

Color convert

RGB467147-
CMYK0.690.9500.42
HSL256.71º90.91%30.2%-
HSV(B)256.71º95.24%57.65%-
XYZ6.472.8427.81-
YUV34.62191.42136.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=23%
G=3.5%
B=73.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4671470.690.9500.42256.7190.9130.2
Hex2E793455F02A1015b1e
Octal56722310513705240113336
Binary10111011110010011100010110111110101010100000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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