#2E1F76

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

Shades of Persian Indigo #2E1F76

Tints of Persian Indigo #2E1F76

Color information

#2E1F76 (or 0x2E1F76) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1F and 76. RGB value is (46,31,118). Sum of RGB (Red+Green+Blue) = 46+31+118=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E1F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1F76 is #D1E089. Grayscale: #2D2D2D. Windows color (decimal): -13754506 or 7741230. OLE color: 7741230.

HSL color Cylindrical-coordinate representation of color #2E1F76: hue angle of 250.34º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E1F76 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4631118-
CMYK0.610.7400.54
HSL250.34º58.39%29.22%-
HSV(B)250.34º73.73%46.27%-
XYZ4.892.8717.44-
YUV45.4168.97128.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=23.59%
G=15.90%
B=60.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46311180.610.7400.54250.3458.3929.22
Hex2E1F763D4A036fa3a1d
Octal5637166751120663727235
Binary101110111111110110111101100101001101101111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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