#2A1F80

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

Shades of Persian Indigo #2A1F80

Tints of Persian Indigo #2A1F80

Color information

#2A1F80 (or 0x2A1F80) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1F and 80. RGB value is (42,31,128). Sum of RGB (Red+Green+Blue) = 42+31+128=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A1F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1F80 is #D5E07F. Grayscale: #2C2C2C. Windows color (decimal): -14016640 or 8396586. OLE color: 8396586.

HSL color Cylindrical-coordinate representation of color #2A1F80: hue angle of 246.8º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1F80 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4231128-
CMYK0.670.7600.50
HSL246.8º61.01%31.18%-
HSV(B)246.8º75.78%50.2%-
XYZ5.343.0320.73-
YUV45.35174.64125.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=20.90%
G=15.42%
B=63.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42311280.670.7600.50246.861.0131.18
Hex2A1F80434C032f73d1f
Octal52372001031140623677537
Binary10101011111100000001000011100110001100101111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,31,128); }

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

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

 a { background-color: rgb(42,31,128); }

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

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

 span { border-color: rgb(42,31,128); }

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