#2a1f78

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

Shades of Persian Indigo #2A1F78

Tints of Persian Indigo #2A1F78

Color information

#2A1F78 (or 0x2A1F78) is unknown color: approx Persian Indigo. HEX triplet: 2A, 1F and 78. RGB value is (42,31,120). Sum of RGB (Red+Green+Blue) = 42+31+120=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A1F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F78 is #D5E087. Grayscale: #2C2C2C. Windows color (decimal): -14016648 or 7872298. OLE color: 7872298.

HSL color Cylindrical-coordinate representation of color #2A1F78: hue angle of 247.42º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1F78 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4231120-
CMYK0.650.7400.53
HSL247.42º58.94%29.61%-
HSV(B)247.42º74.17%47.06%-
XYZ4.832.8318.06-
YUV44.44170.64126.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=21.76%
G=16.06%
B=62.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42311200.650.7400.53247.4258.9429.61
Hex2A1F78414A035f73b1e
Octal52371701011120653677336
Binary1010101111111110001000001100101001101011111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a1f78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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