#2E0871

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

Shades of Persian Indigo #2E0871

Tints of Persian Indigo #2E0871

Color information

#2E0871 (or 0x2E0871) is unknown color: approx Persian Indigo. HEX triplet: 2E, 08 and 71. RGB value is (46,8,113). Sum of RGB (Red+Green+Blue) = 46+8+113=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E0871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0871 is #D1F78E. Grayscale: #1E1E1E. Windows color (decimal): -13760399 or 7407662. OLE color: 7407662.

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

Color convert

RGB468113-
CMYK0.590.9300.56
HSL261.71º86.78%23.73%-
HSV(B)261.71º92.92%44.31%-
XYZ4.191.9515.78-
YUV31.33174.09138.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 113 (44.53% from 255) = 67.66%
R=27.54%
G=4.79%
B=67.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4681130.590.9300.56261.7186.7823.73
Hex2E8713B5D0381065718
Octal56101617313507040612730
Binary1011101000111000111101110111010111000100000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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