#2E0161

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

Shades of Persian Indigo #2E0161

Tints of Persian Indigo #2E0161

Color information

#2E0161 (or 0x2E0161) is unknown color: approx Persian Indigo. HEX triplet: 2E, 01 and 61. RGB value is (46,1,97). Sum of RGB (Red+Green+Blue) = 46+1+97=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E0161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0161 is #D1FE9E. Grayscale: #191919. Windows color (decimal): -13762207 or 6357294. OLE color: 6357294.

HSL color Cylindrical-coordinate representation of color #2E0161: hue angle of 268.12º 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 #2E0161 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46197-
CMYK0.530.9900.62
HSL268.12º97.96%19.22%-
HSV(B)268.12º98.97%38.04%-
XYZ3.31.4711.42-
YUV25.4168.41142.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=31.94%
G=0.69%
B=67.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal461970.530.9900.62268.1297.9619.22
Hex2E161356303E10c6213
Octal5611416514307641414223
Binary1011101110000111010111000110111110100001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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