#2E0D71

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

Shades of Persian Indigo #2E0D71

Tints of Persian Indigo #2E0D71

Color information

#2E0D71 (or 0x2E0D71) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0D and 71. RGB value is (46,13,113). Sum of RGB (Red+Green+Blue) = 46+13+113=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0D71 is #D1F28E. Grayscale: #212121. Windows color (decimal): -13759119 or 7408942. OLE color: 7408942.

HSL color Cylindrical-coordinate representation of color #2E0D71: hue angle of 259.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0D71 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4613113-
CMYK0.590.8800.56
HSL259.8º79.37%24.71%-
HSV(B)259.8º88.5%44.31%-
XYZ4.252.0615.8-
YUV34.27172.43136.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=26.74%
G=7.56%
B=65.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46131130.590.8800.56259.879.3724.71
Hex2ED713B580381044f19
Octal56151617313007040411731
Binary1011101101111000111101110110000111000100000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,13,113); }

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

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

 a { background-color: rgb(46,13,113); }

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

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

 span { border-color: rgb(46,13,113); }

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