#2E1499

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

Shades of Persian Indigo #2E1499

Tints of Persian Indigo #2E1499

Color information

#2E1499 (or 0x2E1499) is unknown color: approx Persian Indigo. HEX triplet: 2E, 14 and 99. RGB value is (46,20,153). Sum of RGB (Red+Green+Blue) = 46+20+153=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E1499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1499 is #D1EB66. Grayscale: #2A2A2A. Windows color (decimal): -13757287 or 10032174. OLE color: 10032174.

HSL color Cylindrical-coordinate representation of color #2E1499: hue angle of 251.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1499 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4620153-
CMYK0.700.8700.4
HSL251.73º76.88%33.92%-
HSV(B)251.73º86.93%60%-
XYZ7.133.3830.41-
YUV42.94190.11130.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 153 (60.16% from 255) = 69.86%
R=21.00%
G=9.13%
B=69.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal46201530.700.8700.4251.7376.8833.92
Hex2E14994657028fc4d22
Octal562423110612705037411542
Binary1011101010010011001100011010101110101000111111001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,20,153); }

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

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

 a { background-color: rgb(46,20,153); }

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

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

 span { border-color: rgb(46,20,153); }

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