#2E1F84

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

Shades of Persian Indigo #2E1F84

Tints of Persian Indigo #2E1F84

Color information

#2E1F84 (or 0x2E1F84) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1F and 84. RGB value is (46,31,132). Sum of RGB (Red+Green+Blue) = 46+31+132=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E1F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1F84 is #D1E07B. Grayscale: #2E2E2E. Windows color (decimal): -13754492 or 8658734. OLE color: 8658734.

HSL color Cylindrical-coordinate representation of color #2E1F84: hue angle of 248.91º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E1F84 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4631132-
CMYK0.650.7700.48
HSL248.91º61.96%31.96%-
HSV(B)248.91º76.52%51.76%-
XYZ5.783.2322.15-
YUV47175.97127.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 132 (51.95% from 255) = 63.16%
R=22.01%
G=14.83%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46311320.650.7700.48248.9161.9631.96
Hex2E1F84414D030f93e20
Octal56372041011150603717640
Binary101110111111000010010000011001101011000011111001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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