#2E078E

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

Shades of Persian Indigo #2E078E

Tints of Persian Indigo #2E078E

Color information

#2E078E (or 0x2E078E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 07 and 8E. RGB value is (46,7,142). Sum of RGB (Red+Green+Blue) = 46+7+142=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E078E is #D1F871. Grayscale: #212121. Windows color (decimal): -13760626 or 9307950. OLE color: 9307950.

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

Color convert

RGB467142-
CMYK0.680.9500.44
HSL257.33º90.6%29.22%-
HSV(B)257.33º95.07%55.69%-
XYZ6.092.6925.79-
YUV34.05188.92136.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 142 (55.86% from 255) = 72.82%
R=23.59%
G=3.59%
B=72.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4671420.680.9500.44257.3390.629.22
Hex2E78E445F02C1015b1d
Octal56721610413705440113335
Binary10111011110001110100010010111110101100100000001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,7,142); }

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

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

 a { background-color: rgb(46,7,142); }

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

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

 span { border-color: rgb(46,7,142); }

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