#2E078D

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

Shades of Persian Indigo #2E078D

Tints of Persian Indigo #2E078D

Color information

#2E078D (or 0x2E078D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 07 and 8D. RGB value is (46,7,141). Sum of RGB (Red+Green+Blue) = 46+7+141=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E078D is #D1F872. Grayscale: #212121. Windows color (decimal): -13760627 or 9242414. OLE color: 9242414.

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

Color convert

RGB467141-
CMYK0.670.9500.45
HSL257.46º90.54%29.02%-
HSV(B)257.46º95.04%55.29%-
XYZ6.012.6625.4-
YUV33.94188.42136.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 141 (55.47% from 255) = 72.68%
R=23.71%
G=3.61%
B=72.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4671410.670.9500.45257.4690.5429.02
Hex2E78D435F02D1015b1d
Octal56721510313705540113335
Binary10111011110001101100001110111110101101100000001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E078D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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