#2E0496

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

Shades of Persian Indigo #2E0496

Tints of Persian Indigo #2E0496

Color information

#2E0496 (or 0x2E0496) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 96. RGB value is (46,4,150). Sum of RGB (Red+Green+Blue) = 46+4+150=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E0496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0496 is #D1FB69. Grayscale: #202020. Windows color (decimal): -13761386 or 9831470. OLE color: 9831470.

HSL color Cylindrical-coordinate representation of color #2E0496: hue angle of 257.26º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0496 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB464150-
CMYK0.690.9700.41
HSL257.26º94.81%30.2%-
HSV(B)257.26º97.33%58.82%-
XYZ6.682.8729.06-
YUV33.2193.91137.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 150 (58.98% from 255) = 75%
R=23%
G=2%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4641500.690.9700.41257.2694.8130.2
Hex2E49645610291015f1e
Octal56422610514105140113736
Binary10111010010010110100010111000010101001100000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,4,150); }

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

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

 a { background-color: rgb(46,4,150); }

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

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

 span { border-color: rgb(46,4,150); }

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