Html Css Color HEX #2E1790 Persian Indigo

📋 copy color: '#2E1790'

red 46 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #2E1790

Tints of Persian Indigo #2E1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 21.6%
G = 10.8%
B = 67.61%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E1790 (or 0x2E1790) is known color: Persian Indigo. HEX triplet: 2E, 17 and 90. RGB value is (46,23,144). Sum of RGB (Red+Green+Blue) = 46+23+144=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1790 is #D1E86F. Grayscale: #2B2B2B. Windows color (decimal): -13756528 or 9443118. OLE color: 9443118.

HSL color Cylindrical-coordinate representation of color #2E1790: hue angle of 251.4º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1790 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 23 144 -
CMYK 0.68 0.84 0 0.44
HSL 251.41º 0.72% 0.33% -
HSV(B) 251.41º 0.84% 0.56% -
XYZ 6.47 3.21 26.66 -
YUV 43.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 46 23 144 0.68 0.84 0 0.44 251.41 0.72 0.33
Hex 2E 17 90 44 54 0 2C FB 48 21
Octal 56 27 220 104 124 0 54 373 110 41
Binary 101110 10111 10010000 1000100 1010100 0 101100 11111011 1001000 100001

Color Harmonies of #2E1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1790

Black with #2E1790

Text Example


Text Example

White with #2E1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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