#2E0476

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

Shades of Persian Indigo #2E0476

Tints of Persian Indigo #2E0476

Color information

#2E0476 (or 0x2E0476) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 76. RGB value is (46,4,118). Sum of RGB (Red+Green+Blue) = 46+4+118=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E0476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0476 is #D1FB89. Grayscale: #1D1D1D. Windows color (decimal): -13761418 or 7734318. OLE color: 7734318.

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

Color convert

RGB464118-
CMYK0.610.9700.54
HSL262.11º93.44%23.92%-
HSV(B)262.11º96.61%46.27%-
XYZ4.441.9817.29-
YUV29.55177.91139.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 118 (46.48% from 255) = 70.24%
R=27.38%
G=2.38%
B=70.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4641180.610.9700.54262.1193.4423.92
Hex2E4763D610361065d18
Octal5641667514106640613530
Binary101110100111011011110111000010110110100000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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