Html Css Color HEX #2E0593 Persian Indigo

📋 copy color: '#2E0593'

red 46 ◦ green 5 ◦ blue 147

#2E0593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2E0593

Tints of Persian Indigo #2E0593

RGB

 RED value IS 46 (18.36% from 255) = 23.23%

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 23.23%
G = 2.53%
B = 74.24%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E0593 (or 0x2E0593) is known color: Persian Indigo. HEX triplet: 2E, 05 and 93. RGB value is (46,5,147). Sum of RGB (Red+Green+Blue) = 46+5+147=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E0593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0593 is #D1FA6C. Grayscale: #202020. Windows color (decimal): -13761133 or 9635118. OLE color: 9635118.

HSL color Cylindrical-coordinate representation of color #2E0593: hue angle of 257.32º degrees, saturation: 0.93, 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 #2E0593 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 5 147 -
CMYK 0.69 0.97 0 0.42
HSL 257.32º 0.93% 0.3% -
HSV(B) 257.32º 0.97% 0.58% -
XYZ 6.45 2.8 27.8 -
YUV 33.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 46 5 147 0.69 0.97 0 0.42 257.32 0.93 0.3
Hex 2E 5 93 45 61 0 2A 101 5D 1E
Octal 56 5 223 105 141 0 52 401 135 36
Binary 101110 101 10010011 1000101 1100001 0 101010 100000001 1011101 11110

Color Harmonies of #2E0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0593

Black with #2E0593

Text Example


Text Example

White with #2E0593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E0593;
 }
 .AnyTagClassName
 {
   color: #2E0593;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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