#2E0379

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

Shades of Persian Indigo #2E0379

Tints of Persian Indigo #2E0379

Color information

#2E0379 (or 0x2E0379) is unknown color: approx Persian Indigo. HEX triplet: 2E, 03 and 79. RGB value is (46,3,121). Sum of RGB (Red+Green+Blue) = 46+3+121=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0379 is #D1FC86. Grayscale: #1C1C1C. Windows color (decimal): -13761671 or 7930670. OLE color: 7930670.

HSL color Cylindrical-coordinate representation of color #2E0379: hue angle of 261.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0379 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB463121-
CMYK0.620.9800.53
HSL261.86º95.16%24.31%-
HSV(B)261.86º97.52%47.45%-
XYZ4.612.0318.24-
YUV29.31179.75139.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 121 (47.66% from 255) = 71.18%
R=27.06%
G=1.76%
B=71.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4631210.620.9800.53261.8695.1624.31
Hex2E3793E620351065f18
Octal5631717614206540613730
Binary10111011111100111111011000100110101100000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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