#2E0094

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

Shades of Persian Indigo #2E0094

Tints of Persian Indigo #2E0094

Color information

#2E0094 (or 0x2E0094) is unknown color: approx Persian Indigo. HEX triplet: 2E, 00 and 94. RGB value is (46,0,148). Sum of RGB (Red+Green+Blue) = 46+0+148=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E0094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0094 is #D1FF6B. Grayscale: #1E1E1E. Windows color (decimal): -13762412 or 9699374. OLE color: 9699374.

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

Color convert

RGB460148-
CMYK0.69100.42
HSL258.65º100%29.02%-
HSV(B)258.65º100%58.04%-
XYZ6.472.7228.2-
YUV30.63194.24138.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 76.29%
R=23.71%
G=0%
B=76.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4601480.69100.42258.6510029.02
Hex2E094456402A103641d
Octal56022410514405240314435
Binary101110010010100100010111001000101010100000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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