#2E0376

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

Shades of Persian Indigo #2E0376

Tints of Persian Indigo #2E0376

Color information

#2E0376 (or 0x2E0376) is unknown color: approx Persian Indigo. HEX triplet: 2E, 03 and 76. RGB value is (46,3,118). Sum of RGB (Red+Green+Blue) = 46+3+118=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E0376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0376 is #D1FC89. Grayscale: #1C1C1C. Windows color (decimal): -13761674 or 7734062. OLE color: 7734062.

HSL color Cylindrical-coordinate representation of color #2E0376: hue angle of 262.43º degrees, saturation: 0.95, 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 #2E0376 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB463118-
CMYK0.610.9700.54
HSL262.43º95.04%23.73%-
HSV(B)262.43º97.46%46.27%-
XYZ4.431.9517.28-
YUV28.97178.25140.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=27.54%
G=1.80%
B=70.66%

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
Decimal4631180.610.9700.54262.4395.0423.73
Hex2E3763D610361065f18
Octal5631667514106640613730
Binary10111011111011011110111000010110110100000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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