#2E1294

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

Shades of Persian Indigo #2E1294

Tints of Persian Indigo #2E1294

Color information

#2E1294 (or 0x2E1294) is unknown color: approx Persian Indigo. HEX triplet: 2E, 12 and 94. RGB value is (46,18,148). Sum of RGB (Red+Green+Blue) = 46+18+148=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E1294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1294 is #D1ED6B. Grayscale: #282828. Windows color (decimal): -13757804 or 9703982. OLE color: 9703982.

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

Color convert

RGB4618148-
CMYK0.690.8800.42
HSL252.92º78.31%32.55%-
HSV(B)252.92º87.84%58.04%-
XYZ6.693.1528.27-
YUV41.19188.28131.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 148 (58.20% from 255) = 69.81%
R=21.70%
G=8.49%
B=69.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46181480.690.8800.42252.9278.3132.55
Hex2E1294455802Afd4e21
Octal562222410513005237511641
Binary1011101001010010100100010110110000101010111111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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