#2e106f

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

Shades of Persian Indigo #2E106F

Tints of Persian Indigo #2E106F

Color information

#2E106F (or 0x2E106F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 10 and 6F. RGB value is (46,16,111). Sum of RGB (Red+Green+Blue) = 46+16+111=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E106F is #D1EF90. Grayscale: #232323. Windows color (decimal): -13758353 or 7278638. OLE color: 7278638.

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

Color convert

RGB4616111-
CMYK0.590.8600.56
HSL258.95º74.8%24.9%-
HSV(B)258.95º85.59%43.53%-
XYZ4.182.115.22-
YUV35.8170.44135.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=26.59%
G=9.25%
B=64.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46161110.590.8600.56258.9574.824.9
Hex2E106F3B560381034b19
Octal56201577312607040311331
Binary10111010000110111111101110101100111000100000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e106f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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