Html Css Color HEX #2E1793 Persian Indigo

📋 copy color: '#2E1793'

red 46 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #2E1793

Tints of Persian Indigo #2E1793

RGB

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

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

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

R = 21.3%
G = 10.65%
B = 68.06%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E1793 (or 0x2E1793) is known color: Persian Indigo. HEX triplet: 2E, 17 and 93. RGB value is (46,23,147). Sum of RGB (Red+Green+Blue) = 46+23+147=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E1793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1793 is #D1E86C. Grayscale: #2B2B2B. Windows color (decimal): -13756525 or 9639726. OLE color: 9639726.

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

Color convert

RGB 46 23 147 -
CMYK 0.69 0.84 0 0.42
HSL 251.13º 0.73% 0.33% -
HSV(B) 251.13º 0.84% 0.58% -
XYZ 6.7 3.3 27.89 -
YUV 44.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 46 23 147 0.69 0.84 0 0.42 251.13 0.73 0.33
Hex 2E 17 93 45 54 0 2A FB 49 21
Octal 56 27 223 105 124 0 52 373 111 41
Binary 101110 10111 10010011 1000101 1010100 0 101010 11111011 1001001 100001

Color Harmonies of #2E1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1793

Black with #2E1793

Text Example


Text Example

White with #2E1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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