#2E0493

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

Shades of Persian Indigo #2E0493

Tints of Persian Indigo #2E0493

Color information

#2E0493 (or 0x2E0493) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 93. RGB value is (46,4,147). Sum of RGB (Red+Green+Blue) = 46+4+147=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0493 is #D1FB6C. Grayscale: #202020. Windows color (decimal): -13761389 or 9634862. OLE color: 9634862.

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

Color convert

RGB464147-
CMYK0.690.9700.42
HSL257.62º94.7%29.61%-
HSV(B)257.62º97.28%57.65%-
XYZ6.442.7727.8-
YUV32.86192.41137.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 147 (57.81% from 255) = 74.62%
R=23.35%
G=2.03%
B=74.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4641470.690.9700.42257.6294.729.61
Hex2E493456102A1025f1e
Octal56422310514105240213736
Binary10111010010010011100010111000010101010100000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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