#2E2287

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

Shades of Persian Indigo #2E2287

Tints of Persian Indigo #2E2287

Color information

#2E2287 (or 0x2E2287) is unknown color: approx Persian Indigo. HEX triplet: 2E, 22 and 87. RGB value is (46,34,135). Sum of RGB (Red+Green+Blue) = 46+34+135=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2287 is #D1DD78. Grayscale: #303030. Windows color (decimal): -13753721 or 8856110. OLE color: 8856110.

HSL color Cylindrical-coordinate representation of color #2E2287: hue angle of 247.13º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2287 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4634135-
CMYK0.660.7500.47
HSL247.13º59.76%33.14%-
HSV(B)247.13º74.81%52.94%-
XYZ6.073.4723.27-
YUV49.1176.48125.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=21.40%
G=15.81%
B=62.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46341350.660.7500.47247.1359.7633.14
Hex2E2287424B02Ff73c21
Octal56422071021130573677441
Binary1011101000101000011110000101001011010111111110111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,135); }

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

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

 a { background-color: rgb(46,34,135); }

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

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

 span { border-color: rgb(46,34,135); }

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