#2E0E73

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

Shades of Persian Indigo #2E0E73

Tints of Persian Indigo #2E0E73

Color information

#2E0E73 (or 0x2E0E73) is unknown color: approx Persian Indigo. HEX triplet: 2E, 0E and 73. RGB value is (46,14,115). Sum of RGB (Red+Green+Blue) = 46+14+115=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E0E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0E73 is #D1F18C. Grayscale: #222222. Windows color (decimal): -13758861 or 7540270. OLE color: 7540270.

HSL color Cylindrical-coordinate representation of color #2E0E73: hue angle of 259.01º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0E73 is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4614115-
CMYK0.60.8800.55
HSL259.01º78.29%25.29%-
HSV(B)259.01º87.83%45.1%-
XYZ4.382.1316.4-
YUV35.08173.1135.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=26.29%
G=8%
B=65.71%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46141150.60.8800.55259.0178.2925.29
Hex2EE733C580371034e19
Octal56161637413006740311631
Binary1011101110111001111110010110000110111100000011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,14,115); }

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

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

 a { background-color: rgb(46,14,115); }

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

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

 span { border-color: rgb(46,14,115); }

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