#2E116B

Color #2E116B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2E116B

Tints of Persian Indigo #2E116B

Color information

#2E116B (or 0x2E116B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 6B. RGB value is (46,17,107). Sum of RGB (Red+Green+Blue) = 46+17+107=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E116B is #D1EE94. Grayscale: #232323. Windows color (decimal): -13758101 or 7016750. OLE color: 7016750.

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

Color convert

RGB4617107-
CMYK0.570.8400.58
HSL259.33º72.58%24.31%-
HSV(B)259.33º84.11%41.96%-
XYZ3.982.0414.09-
YUV35.93168.11135.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 107 (42.19% from 255) = 62.94%
R=27.06%
G=10%
B=62.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46171070.570.8400.58259.3372.5824.31
Hex2E116B395403A1034918
Octal56211537112407240311130
Binary10111010001110101111100110101000111010100000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E116B;
 }
 .AnyTagClassName
 {
   color: #2E116B;
 }
</style>
background-color css

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

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

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

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

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

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