Html Css Color HEX #2E0491 Persian Indigo

📋 copy color: '#2E0491'

red 46 ◦ green 4 ◦ blue 145

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

Shades of Persian Indigo #2E0491

Tints of Persian Indigo #2E0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 145 (57.03% from 255) = 74.36%

R = 23.59%
G = 2.05%
B = 74.36%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E0491 (or 0x2E0491) is known color: Persian Indigo. HEX triplet: 2E, 04 and 91. RGB value is (46,4,145). Sum of RGB (Red+Green+Blue) = 46+4+145=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0491 is #D1FB6E. Grayscale: #202020. Windows color (decimal): -13761391 or 9503790. OLE color: 9503790.

HSL color Cylindrical-coordinate representation of color #2E0491: hue angle of 257.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0491 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 4 145 -
CMYK 0.68 0.97 0 0.43
HSL 257.87º 0.95% 0.29% -
HSV(B) 257.87º 0.97% 0.57% -
XYZ 6.28 2.71 26.98 -
YUV 32.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 46 4 145 0.68 0.97 0 0.43 257.87 0.95 0.29
Hex 2E 4 91 44 61 0 2B 102 5F 1D
Octal 56 4 221 104 141 0 53 402 137 35
Binary 101110 100 10010001 1000100 1100001 0 101011 100000010 1011111 11101

Color Harmonies of #2E0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0491

Black with #2E0491

Text Example


Text Example

White with #2E0491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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