Shades of Persian Indigo #2A1A90
Tints of Persian Indigo #2A1A90
RGB
CMYK
RGB Variations
Color information
#2A1A90 (or 0x2A1A90) is known color: Persian Indigo. HEX triplet: 2A, 1A and 90. RGB value is (42,26,144). Sum of RGB (Red+Green+Blue) = 42+26+144=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1A90 is #D5E56F. Grayscale: #2B2B2B. Windows color (decimal): -14017904 or 9443882. OLE color: 9443882.
HSL color Cylindrical-coordinate representation of color #2A1A90: hue angle of 248.14º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1A90 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 26 | 144 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.44 |
| HSL | 248.14º | 0.69% | 0.33% | - |
| HSV(B) | 248.14º | 0.82% | 0.56% | - |
| XYZ | 6.36 | 3.24 | 26.68 | - |
| YUV | 44.24 | 184.3 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 144 | 0.71 | 0.82 | 0 | 0.44 | 248.14 | 0.69 | 0.33 |
| Hex | 2A | 1A | 90 | 47 | 52 | 0 | 2C | F8 | 45 | 21 |
| Octal | 52 | 32 | 220 | 107 | 122 | 0 | 54 | 370 | 105 | 41 |
| Binary | 101010 | 11010 | 10010000 | 1000111 | 1010010 | 0 | 101100 | 11111000 | 1000101 | 100001 |
Color Harmonies of #2A1A90
Complementary color
Monochromatic Colors of #2A1A90
Black with #2A1A90
Text Example
Text Example
White with #2A1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1A90; }
p { color: rgb(42,26,144); }
H1.HeaderClassName
{
color: #2A1A90;
}
.AnyTagClassName
{
color: #2A1A90;
}
</style>
background-color css
<style>
a { background-color: #2A1A90; }
a { background-color: rgb(42,26,144); }
div.DivClassName
{
background-color: #2A1A90;
}
.BgClassName
{
background-color: #2A1A90;
}
</style>
border-color css
<style>
span { border-color: #2A1A90; }
span { border-color: rgb(42,26,144); }
td.TdClassName
{
border-color: #2A1A90;
}
.TagClassName
{
border-color: #2A1A90;
}
</style>