Html Css Color HEX #2E116F Persian Indigo

📋 copy color: '#2E116F'

red 46 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #2E116F

Tints of Persian Indigo #2E116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 26.44%
G = 9.77%
B = 63.79%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E116F (or 0x2E116F) is known color: Persian Indigo. HEX triplet: 2E, 11 and 6F. RGB value is (46,17,111). Sum of RGB (Red+Green+Blue) = 46+17+111=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E116F is #D1EE90. Grayscale: #242424. Windows color (decimal): -13758097 or 7278894. OLE color: 7278894.

HSL color Cylindrical-coordinate representation of color #2E116F: hue angle of 258.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E116F is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 17 111 -
CMYK 0.59 0.85 0 0.56
HSL 258.51º 0.73% 0.25% -
HSV(B) 258.51º 0.85% 0.44% -
XYZ 4.2 2.13 15.23 -
YUV 36.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 46 17 111 0.59 0.85 0 0.56 258.51 0.73 0.25
Hex 2E 11 6F 3B 55 0 38 103 49 19
Octal 56 21 157 73 125 0 70 403 111 31
Binary 101110 10001 1101111 111011 1010101 0 111000 100000011 1001001 11001

Color Harmonies of #2E116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E116F

Black with #2E116F

Text Example


Text Example

White with #2E116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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