#2E1686

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

Shades of Persian Indigo #2E1686

Tints of Persian Indigo #2E1686

Color information

#2E1686 (or 0x2E1686) is unknown color: approx Persian Indigo. HEX triplet: 2E, 16 and 86. RGB value is (46,22,134). Sum of RGB (Red+Green+Blue) = 46+22+134=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E1686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1686 is #D1E979. Grayscale: #292929. Windows color (decimal): -13756794 or 8787502. OLE color: 8787502.

HSL color Cylindrical-coordinate representation of color #2E1686: hue angle of 252.86º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1686 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4622134-
CMYK0.660.8400.47
HSL252.86º71.79%30.59%-
HSV(B)252.86º83.58%52.55%-
XYZ5.722.8822.81-
YUV41.94179.95130.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 134 (52.73% from 255) = 66.34%
R=22.77%
G=10.89%
B=66.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46221340.660.8400.47252.8671.7930.59
Hex2E1686425402Ffd481f
Octal562620610212405737511037
Binary101110101101000011010000101010100010111111111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,134); }

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

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

 a { background-color: rgb(46,22,134); }

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

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

 span { border-color: rgb(46,22,134); }

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