#2E0160

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

Shades of Persian Indigo #2E0160

Tints of Persian Indigo #2E0160

Color information

#2E0160 (or 0x2E0160) is unknown color: approx Persian Indigo. HEX triplet: 2E, 01 and 60. RGB value is (46,1,96). Sum of RGB (Red+Green+Blue) = 46+1+96=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0160 is #D1FE9F. Grayscale: #181818. Windows color (decimal): -13762208 or 6291758. OLE color: 6291758.

HSL color Cylindrical-coordinate representation of color #2E0160: hue angle of 268.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0160 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46196-
CMYK0.520.9900.62
HSL268.42º97.94%19.02%-
HSV(B)268.42º98.96%37.65%-
XYZ3.251.4511.17-
YUV25.28167.91142.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.17%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 96 (37.89% from 255) = 67.13%
R=32.17%
G=0.70%
B=67.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal461960.520.9900.62268.4297.9419.02
Hex2E160346303E10c6213
Octal5611406414307641414223
Binary1011101110000011010011000110111110100001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,1,96); }

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

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

 a { background-color: rgb(46,1,96); }

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

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

 span { border-color: rgb(46,1,96); }

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