#2E0781

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

Shades of Persian Indigo #2E0781

Tints of Persian Indigo #2E0781

Color information

#2E0781 (or 0x2E0781) is unknown color: approx Persian Indigo. HEX triplet: 2E, 07 and 81. RGB value is (46,7,129). Sum of RGB (Red+Green+Blue) = 46+7+129=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 129 (50.78% from 255 or 70.88% from 182); Max value from RGB is 129 - color contains mainly: blue. Hex color #2E0781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0781 is #D1F87E. Grayscale: #202020. Windows color (decimal): -13760639 or 8455982. OLE color: 8455982.

HSL color Cylindrical-coordinate representation of color #2E0781: hue angle of 259.18º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0781 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB467129-
CMYK0.640.9500.49
HSL259.18º89.71%26.67%-
HSV(B)259.18º94.57%50.59%-
XYZ5.172.3220.94-
YUV32.57182.42137.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 129 (50.78% from 255) = 70.88%
R=25.27%
G=3.85%
B=70.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4671290.640.9500.49259.1889.7126.67
Hex2E781405F0311035a1b
Octal56720110013706140313233
Binary10111011110000001100000010111110110001100000011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,7,129); }

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

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

 a { background-color: rgb(46,7,129); }

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

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

 span { border-color: rgb(46,7,129); }

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