#2E1F73

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

Shades of Persian Indigo #2E1F73

Tints of Persian Indigo #2E1F73

Color information

#2E1F73 (or 0x2E1F73) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1F and 73. RGB value is (46,31,115). Sum of RGB (Red+Green+Blue) = 46+31+115=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E1F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1F73 is #D1E08C. Grayscale: #2C2C2C. Windows color (decimal): -13754509 or 7544622. OLE color: 7544622.

HSL color Cylindrical-coordinate representation of color #2E1F73: hue angle of 250.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1F73 is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4631115-
CMYK0.60.7300.55
HSL250.71º57.53%28.63%-
HSV(B)250.71º73.04%45.1%-
XYZ4.712.816.51-
YUV45.06167.47128.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=23.96%
G=16.15%
B=59.90%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46311150.60.7300.55250.7157.5328.63
Hex2E1F733C49037fb3a1d
Octal5637163741110673737235
Binary101110111111110011111100100100101101111111101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,31,115); }

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

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

 a { background-color: rgb(46,31,115); }

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

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

 span { border-color: rgb(46,31,115); }

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