#2E2196

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

Shades of Persian Indigo #2E2196

Tints of Persian Indigo #2E2196

Color information

#2E2196 (or 0x2E2196) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 96. RGB value is (46,33,150). Sum of RGB (Red+Green+Blue) = 46+33+150=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E2196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2196 is #D1DE69. Grayscale: #313131. Windows color (decimal): -13753962 or 9838894. OLE color: 9838894.

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

Color convert

RGB4633150-
CMYK0.690.7800.41
HSL246.67º63.93%35.88%-
HSV(B)246.67º78%58.82%-
XYZ7.183.8729.22-
YUV50.22184.31124.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.09%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=20.09%
G=14.41%
B=65.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal46331500.690.7800.41246.6763.9335.88
Hex2E2196454E029f74024
Octal564122610511605136710044
Binary10111010000110010110100010110011100101001111101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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