#2E087F

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

Shades of Persian Indigo #2E087F

Tints of Persian Indigo #2E087F

Color information

#2E087F (or 0x2E087F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 08 and 7F. RGB value is (46,8,127). Sum of RGB (Red+Green+Blue) = 46+8+127=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E087F is #D1F780. Grayscale: #202020. Windows color (decimal): -13760385 or 8325166. OLE color: 8325166.

HSL color Cylindrical-coordinate representation of color #2E087F: hue angle of 259.16º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E087F is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB468127-
CMYK0.640.9400.50
HSL259.16º88.15%26.47%-
HSV(B)259.16º93.7%49.8%-
XYZ5.042.2920.25-
YUV32.93181.09137.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 127 (50% from 255) = 70.17%
R=25.41%
G=4.42%
B=70.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4681270.640.9400.50259.1688.1526.47
Hex2E87F405E032103581a
Octal561017710013606240313032
Binary10111010001111111100000010111100110010100000011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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