#2E037C

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

Shades of Persian Indigo #2E037C

Tints of Persian Indigo #2E037C

Color information

#2E037C (or 0x2E037C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 03 and 7C. RGB value is (46,3,124). Sum of RGB (Red+Green+Blue) = 46+3+124=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E037C is #D1FC83. Grayscale: #1D1D1D. Windows color (decimal): -13761668 or 8127278. OLE color: 8127278.

HSL color Cylindrical-coordinate representation of color #2E037C: hue angle of 261.32º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E037C is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB463124-
CMYK0.630.9800.51
HSL261.32º95.28%24.9%-
HSV(B)261.32º97.58%48.63%-
XYZ4.82.119.22-
YUV29.65181.25139.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 124 (48.83% from 255) = 71.68%
R=26.59%
G=1.73%
B=71.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4631240.630.9800.51261.3295.2824.9
Hex2E37C3F620331055f19
Octal5631747714206340513731
Binary10111011111110011111111000100110011100000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,3,124); }

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

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

 a { background-color: rgb(46,3,124); }

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

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

 span { border-color: rgb(46,3,124); }

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