#2E078B

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

Shades of Persian Indigo #2E078B

Tints of Persian Indigo #2E078B

Color information

#2E078B (or 0x2E078B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 07 and 8B. RGB value is (46,7,139). Sum of RGB (Red+Green+Blue) = 46+7+139=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E078B is #D1F874. Grayscale: #212121. Windows color (decimal): -13760629 or 9111342. OLE color: 9111342.

HSL color Cylindrical-coordinate representation of color #2E078B: hue angle of 257.73º degrees, saturation: 0.9, 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 #2E078B is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB467139-
CMYK0.670.9500.45
HSL257.73º90.41%28.63%-
HSV(B)257.73º94.96%54.51%-
XYZ5.862.624.62-
YUV33.71187.42136.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 139 (54.69% from 255) = 72.40%
R=23.96%
G=3.65%
B=72.40%

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
Decimal4671390.670.9500.45257.7390.4128.63
Hex2E78B435F02D1025a1d
Octal56721310313705540213235
Binary10111011110001011100001110111110101101100000010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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