Html Css Color HEX #2E1194 Persian Indigo

📋 copy color: '#2E1194'

red 46 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #2E1194

Tints of Persian Indigo #2E1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 148 (58.2% from 255) = 70.14%

R = 21.8%
G = 8.06%
B = 70.14%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2E1194 (or 0x2E1194) is known color: Persian Indigo. HEX triplet: 2E, 11 and 94. RGB value is (46,17,148). Sum of RGB (Red+Green+Blue) = 46+17+148=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E1194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1194 is #D1EE6B. Grayscale: #282828. Windows color (decimal): -13758060 or 9703726. OLE color: 9703726.

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

Color convert

RGB 46 17 148 -
CMYK 0.69 0.89 0 0.42
HSL 253.28º 0.79% 0.32% -
HSV(B) 253.28º 0.89% 0.58% -
XYZ 6.67 3.12 28.27 -
YUV 40.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 46 17 148 0.69 0.89 0 0.42 253.28 0.79 0.32
Hex 2E 11 94 45 59 0 2A FD 4F 20
Octal 56 21 224 105 131 0 52 375 117 40
Binary 101110 10001 10010100 1000101 1011001 0 101010 11111101 1001111 100000

Color Harmonies of #2E1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1194

Black with #2E1194

Text Example


Text Example

White with #2E1194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,17,148); }

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

background-color css

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

 a { background-color: rgb(46,17,148); }

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

border-color css

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

 span { border-color: rgb(46,17,148); }

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