#2E037F

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

Shades of Persian Indigo #2E037F

Tints of Persian Indigo #2E037F

Color information

#2E037F (or 0x2E037F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 03 and 7F. RGB value is (46,3,127). Sum of RGB (Red+Green+Blue) = 46+3+127=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E037F is #D1FC80. Grayscale: #1D1D1D. Windows color (decimal): -13761665 or 8323886. OLE color: 8323886.

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

Color convert

RGB463127-
CMYK0.640.9800.50
HSL260.81º95.38%25.49%-
HSV(B)260.81º97.64%49.8%-
XYZ4.992.1820.24-
YUV29.99182.75139.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 127 (50% from 255) = 72.16%
R=26.14%
G=1.70%
B=72.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4631270.640.9800.50260.8195.3825.49
Hex2E37F40620321055f19
Octal56317710014206240513731
Binary101110111111111100000011000100110010100000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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