#2E036E

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

Shades of Persian Indigo #2E036E

Tints of Persian Indigo #2E036E

Color information

#2E036E (or 0x2E036E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 03 and 6E. RGB value is (46,3,110). Sum of RGB (Red+Green+Blue) = 46+3+110=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E036E is #D1FC91. Grayscale: #1B1B1B. Windows color (decimal): -13761682 or 7209774. OLE color: 7209774.

HSL color Cylindrical-coordinate representation of color #2E036E: hue angle of 264.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E036E is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB463110-
CMYK0.580.9700.57
HSL264.11º94.69%22.16%-
HSV(B)264.11º97.27%43.14%-
XYZ3.971.7714.88-
YUV28.06174.25140.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 110 (43.36% from 255) = 69.18%
R=28.93%
G=1.89%
B=69.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4631100.580.9700.57264.1194.6922.16
Hex2E36E3A610391085f16
Octal5631567214107141013726
Binary10111011110111011101011000010111001100001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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