#2A0471

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

Shades of Persian Indigo #2A0471

Tints of Persian Indigo #2A0471

Color information

#2A0471 (or 0x2A0471) is unknown color: approx Persian Indigo. HEX triplet: 2A, 04 and 71. RGB value is (42,4,113). Sum of RGB (Red+Green+Blue) = 42+4+113=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0471 is #D5FB8E. Grayscale: #1B1B1B. Windows color (decimal): -14023567 or 7406634. OLE color: 7406634.

HSL color Cylindrical-coordinate representation of color #2A0471: hue angle of 260.92º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0471 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB424113-
CMYK0.630.9600.56
HSL260.92º93.16%22.94%-
HSV(B)260.92º96.46%44.31%-
XYZ3.981.7715.75-
YUV27.79176.09138.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=26.42%
G=2.52%
B=71.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4241130.630.9600.56260.9293.1622.94
Hex2A4713F600381055d17
Octal5241617714007040513527
Binary101010100111000111111111000000111000100000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,4,113); }

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

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

 a { background-color: rgb(42,4,113); }

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

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

 span { border-color: rgb(42,4,113); }

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