#2E1A8C

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

Shades of Persian Indigo #2E1A8C

Tints of Persian Indigo #2E1A8C

Color information

#2E1A8C (or 0x2E1A8C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1A and 8C. RGB value is (46,26,140). Sum of RGB (Red+Green+Blue) = 46+26+140=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E1A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1A8C is #D1E573. Grayscale: #2C2C2C. Windows color (decimal): -13755764 or 9181742. OLE color: 9181742.

HSL color Cylindrical-coordinate representation of color #2E1A8C: hue angle of 250.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1A8C is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4626140-
CMYK0.670.8100.45
HSL250.53º68.67%32.55%-
HSV(B)250.53º81.43%54.9%-
XYZ6.233.2125.1-
YUV44.98181.63128.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 26 (10.55% from 255) = 12.26%
BLUE value IS 140 (55.08% from 255) = 66.04%
R=21.70%
G=12.26%
B=66.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46261400.670.8100.45250.5368.6732.55
Hex2E1A8C435102Dfb4521
Octal563221410312105537310541
Binary1011101101010001100100001110100010101101111110111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,26,140); }

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

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

 a { background-color: rgb(46,26,140); }

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

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

 span { border-color: rgb(46,26,140); }

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