#2E097A

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

Shades of Persian Indigo #2E097A

Tints of Persian Indigo #2E097A

Color information

#2E097A (or 0x2E097A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 7A. RGB value is (46,9,122). Sum of RGB (Red+Green+Blue) = 46+9+122=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E097A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E097A is #D1F685. Grayscale: #202020. Windows color (decimal): -13760134 or 7997742. OLE color: 7997742.

HSL color Cylindrical-coordinate representation of color #2E097A: hue angle of 259.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E097A is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB469122-
CMYK0.620.9300.52
HSL259.65º86.26%25.69%-
HSV(B)259.65º92.62%47.84%-
XYZ4.742.1818.58-
YUV32.94178.26137.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.99%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=25.99%
G=5.08%
B=68.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4691220.620.9300.52259.6586.2625.69
Hex2E97A3E5D034104561a
Octal56111727613506440412632
Binary1011101001111101011111010111010110100100000100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,122); }

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

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

 a { background-color: rgb(46,9,122); }

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

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

 span { border-color: rgb(46,9,122); }

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