#2E1699

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

Shades of Persian Indigo #2E1699

Tints of Persian Indigo #2E1699

Color information

#2E1699 (or 0x2E1699) is unknown color: approx Persian Indigo. HEX triplet: 2E, 16 and 99. RGB value is (46,22,153). Sum of RGB (Red+Green+Blue) = 46+22+153=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1699 is #D1E966. Grayscale: #2B2B2B. Windows color (decimal): -13756775 or 10032686. OLE color: 10032686.

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

Color convert

RGB4622153-
CMYK0.700.8600.4
HSL250.99º74.86%34.31%-
HSV(B)250.99º85.62%60%-
XYZ7.163.4530.43-
YUV44.11189.45129.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=20.81%
G=9.95%
B=69.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal46221530.700.8600.4250.9974.8634.31
Hex2E16994656028fb4b22
Octal562623110612605037311342
Binary1011101011010011001100011010101100101000111110111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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