#2E2195

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

Shades of Persian Indigo #2E2195

Tints of Persian Indigo #2E2195

Color information

#2E2195 (or 0x2E2195) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 95. RGB value is (46,33,149). Sum of RGB (Red+Green+Blue) = 46+33+149=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E2195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2195 is #D1DE6A. Grayscale: #313131. Windows color (decimal): -13753963 or 9773358. OLE color: 9773358.

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

Color convert

RGB4633149-
CMYK0.690.7800.42
HSL246.72º63.74%35.69%-
HSV(B)246.72º77.85%58.43%-
XYZ7.13.8428.8-
YUV50.11183.81125.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.18%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=20.18%
G=14.47%
B=65.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46331490.690.7800.42246.7263.7435.69
Hex2E2195454E02Af74024
Octal564122510511605236710044
Binary10111010000110010101100010110011100101010111101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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