#2A0871

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

Shades of Persian Indigo #2A0871

Tints of Persian Indigo #2A0871

Color information

#2A0871 (or 0x2A0871) is unknown color: approx Persian Indigo. HEX triplet: 2A, 08 and 71. RGB value is (42,8,113). Sum of RGB (Red+Green+Blue) = 42+8+113=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A0871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0871 is #D5F78E. Grayscale: #1D1D1D. Windows color (decimal): -14022543 or 7407658. OLE color: 7407658.

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

Color convert

RGB428113-
CMYK0.630.9300.56
HSL259.43º86.78%23.73%-
HSV(B)259.43º92.92%44.31%-
XYZ4.021.8615.77-
YUV30.14174.76136.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 113 (44.53% from 255) = 69.33%
R=25.77%
G=4.91%
B=69.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4281130.630.9300.56259.4386.7823.73
Hex2A8713F5D0381035718
Octal52101617713507040312730
Binary1010101000111000111111110111010111000100000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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