#2E086E

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

Shades of Persian Indigo #2E086E

Tints of Persian Indigo #2E086E

Color information

#2E086E (or 0x2E086E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 08 and 6E. RGB value is (46,8,110). Sum of RGB (Red+Green+Blue) = 46+8+110=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E086E is #D1F791. Grayscale: #1E1E1E. Windows color (decimal): -13760402 or 7211054. OLE color: 7211054.

HSL color Cylindrical-coordinate representation of color #2E086E: hue angle of 262.35º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E086E is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB468110-
CMYK0.580.9300.57
HSL262.35º86.44%23.14%-
HSV(B)262.35º92.73%43.14%-
XYZ4.031.8814.9-
YUV30.99172.59138.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.05%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 110 (43.36% from 255) = 67.07%
R=28.05%
G=4.88%
B=67.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4681100.580.9300.57262.3586.4423.14
Hex2E86E3A5D0391065617
Octal56101567213507140612627
Binary1011101000110111011101010111010111001100000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,110); }

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

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

 a { background-color: rgb(46,8,110); }

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

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

 span { border-color: rgb(46,8,110); }

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