#2E048E

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

Shades of Persian Indigo #2E048E

Tints of Persian Indigo #2E048E

Color information

#2E048E (or 0x2E048E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 8E. RGB value is (46,4,142). Sum of RGB (Red+Green+Blue) = 46+4+142=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E048E is #D1FB71. Grayscale: #1F1F1F. Windows color (decimal): -13761394 or 9307182. OLE color: 9307182.

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

Color convert

RGB464142-
CMYK0.680.9700.44
HSL258.26º94.52%28.63%-
HSV(B)258.26º97.18%55.69%-
XYZ6.052.6225.78-
YUV32.29189.91137.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 142 (55.86% from 255) = 73.96%
R=23.96%
G=2.08%
B=73.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4641420.680.9700.44258.2694.5228.63
Hex2E48E446102C1025f1d
Octal56421610414105440213735
Binary10111010010001110100010011000010101100100000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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