#2A1590

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

Shades of Persian Indigo #2A1590

Tints of Persian Indigo #2A1590

Color information

#2A1590 (or 0x2A1590) is unknown color: approx Persian Indigo. HEX triplet: 2A, 15 and 90. RGB value is (42,21,144). Sum of RGB (Red+Green+Blue) = 42+21+144=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1590 is #D5EA6F. Grayscale: #282828. Windows color (decimal): -14019184 or 9442602. OLE color: 9442602.

HSL color Cylindrical-coordinate representation of color #2A1590: hue angle of 250.24º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1590 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4221144-
CMYK0.710.8500.44
HSL250.24º74.55%32.35%-
HSV(B)250.24º85.42%56.47%-
XYZ6.263.0426.64-
YUV41.3185.96128.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 144 (56.64% from 255) = 69.57%
R=20.29%
G=10.14%
B=69.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42211440.710.8500.44250.2474.5532.35
Hex2A1590475502Cfa4b20
Octal522522010712505437211340
Binary1010101010110010000100011110101010101100111110101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,144); }

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

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

 a { background-color: rgb(42,21,144); }

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

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

 span { border-color: rgb(42,21,144); }

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