#2E0371

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

Shades of Persian Indigo #2E0371

Tints of Persian Indigo #2E0371

Color information

#2E0371 (or 0x2E0371) is unknown color: approx Persian Indigo. HEX triplet: 2E, 03 and 71. RGB value is (46,3,113). Sum of RGB (Red+Green+Blue) = 46+3+113=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E0371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0371 is #D1FC8E. Grayscale: #1C1C1C. Windows color (decimal): -13761679 or 7406382. OLE color: 7406382.

HSL color Cylindrical-coordinate representation of color #2E0371: hue angle of 263.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0371 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB463113-
CMYK0.590.9700.56
HSL263.45º94.83%22.75%-
HSV(B)263.45º97.35%44.31%-
XYZ4.141.8415.76-
YUV28.4175.75140.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=28.40%
G=1.85%
B=69.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4631130.590.9700.56263.4594.8322.75
Hex2E3713B610381075f17
Octal5631617314107040713727
Binary10111011111000111101111000010111000100000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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