#2E0776

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

Shades of Persian Indigo #2E0776

Tints of Persian Indigo #2E0776

Color information

#2E0776 (or 0x2E0776) is unknown color: approx Persian Indigo. HEX triplet: 2E, 07 and 76. RGB value is (46,7,118). Sum of RGB (Red+Green+Blue) = 46+7+118=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0776 is #D1F889. Grayscale: #1E1E1E. Windows color (decimal): -13760650 or 7735086. OLE color: 7735086.

HSL color Cylindrical-coordinate representation of color #2E0776: hue angle of 261.08º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0776 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB467118-
CMYK0.610.9400.54
HSL261.08º88.8%24.51%-
HSV(B)261.08º94.07%46.27%-
XYZ4.472.0417.3-
YUV31.32176.92138.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=26.90%
G=4.09%
B=69.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4671180.610.9400.54261.0888.824.51
Hex2E7763D5E0361055919
Octal5671667513606640513131
Binary101110111111011011110110111100110110100000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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