#2E207F

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

Shades of Persian Indigo #2E207F

Tints of Persian Indigo #2E207F

Color information

#2E207F (or 0x2E207F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 7F. RGB value is (46,32,127). Sum of RGB (Red+Green+Blue) = 46+32+127=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E207F is #D1DF80. Grayscale: #2E2E2E. Windows color (decimal): -13754241 or 8331310. OLE color: 8331310.

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

Color convert

RGB4632127-
CMYK0.640.7500.50
HSL248.84º59.75%31.18%-
HSV(B)248.84º74.8%49.8%-
XYZ5.473.1520.4-
YUV47.02173.14127.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 127 (50% from 255) = 61.95%
R=22.44%
G=15.61%
B=61.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46321270.640.7500.50248.8459.7531.18
Hex2E207F404B032f93c1f
Octal56401771001130623717437
Binary10111010000011111111000000100101101100101111100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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