#2E0994

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

Shades of Persian Indigo #2E0994

Tints of Persian Indigo #2E0994

Color information

#2E0994 (or 0x2E0994) is unknown color: approx Persian Indigo. HEX triplet: 2E, 09 and 94. RGB value is (46,9,148). Sum of RGB (Red+Green+Blue) = 46+9+148=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E0994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0994 is #D1F66B. Grayscale: #232323. Windows color (decimal): -13760108 or 9701678. OLE color: 9701678.

HSL color Cylindrical-coordinate representation of color #2E0994: hue angle of 255.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0994 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB469148-
CMYK0.690.9400.42
HSL255.97º88.54%30.78%-
HSV(B)255.97º93.92%58.04%-
XYZ6.572.9128.23-
YUV35.91191.26135.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 148 (58.20% from 255) = 72.91%
R=22.66%
G=4.43%
B=72.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4691480.690.9400.42255.9788.5430.78
Hex2E994455E02A100591f
Octal561122410513605240013137
Binary101110100110010100100010110111100101010100000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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