#2A0161

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

Shades of Persian Indigo #2A0161

Tints of Persian Indigo #2A0161

Color information

#2A0161 (or 0x2A0161) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 61. RGB value is (42,1,97). Sum of RGB (Red+Green+Blue) = 42+1+97=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0161 is #D5FE9E. Grayscale: #171717. Windows color (decimal): -14024351 or 6357290. OLE color: 6357290.

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

Color convert

RGB42197-
CMYK0.570.9900.62
HSL265.62º97.96%19.22%-
HSV(B)265.62º98.97%38.04%-
XYZ3.121.3811.41-
YUV24.2169.08140.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=30%
G=0.71%
B=69.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal421970.570.9900.62265.6297.9619.22
Hex2A161396303E10a6213
Octal5211417114307641214223
Binary1010101110000111100111000110111110100001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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