#2E1A7F

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

Shades of Persian Indigo #2E1A7F

Tints of Persian Indigo #2E1A7F

Color information

#2E1A7F (or 0x2E1A7F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1A and 7F. RGB value is (46,26,127). Sum of RGB (Red+Green+Blue) = 46+26+127=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E1A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A7F is #D1E580. Grayscale: #2B2B2B. Windows color (decimal): -13755777 or 8329774. OLE color: 8329774.

HSL color Cylindrical-coordinate representation of color #2E1A7F: hue angle of 251.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1A7F is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4626127-
CMYK0.640.8000.50
HSL251.88º66.01%30%-
HSV(B)251.88º79.53%49.8%-
XYZ5.332.8520.35-
YUV43.49175.13129.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 127 (50% from 255) = 63.82%
R=23.12%
G=13.07%
B=63.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46261270.640.8000.50251.8866.0130
Hex2E1A7F4050032fc421e
Octal563217710012006237410236
Binary10111011010111111110000001010000011001011111100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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