Shades of Persian Indigo #2A168B
Tints of Persian Indigo #2A168B
RGB
CMYK
RGB Variations
Color information
#2A168B (or 0x2A168B) is known color: Persian Indigo. HEX triplet: 2A, 16 and 8B. RGB value is (42,22,139). Sum of RGB (Red+Green+Blue) = 42+22+139=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A168B is #D5E974. Grayscale: #282828. Windows color (decimal): -14018933 or 9115178. OLE color: 9115178.
HSL color Cylindrical-coordinate representation of color #2A168B: hue angle of 250.26º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A168B is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 22 | 139 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.45 |
| HSL | 250.26º | 0.73% | 0.32% | - |
| HSV(B) | 250.26º | 0.84% | 0.55% | - |
| XYZ | 5.9 | 2.93 | 24.68 | - |
| YUV | 41.32 | 183.13 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 139 | 0.70 | 0.84 | 0 | 0.45 | 250.26 | 0.73 | 0.32 |
| Hex | 2A | 16 | 8B | 46 | 54 | 0 | 2D | FA | 49 | 20 |
| Octal | 52 | 26 | 213 | 106 | 124 | 0 | 55 | 372 | 111 | 40 |
| Binary | 101010 | 10110 | 10001011 | 1000110 | 1010100 | 0 | 101101 | 11111010 | 1001001 | 100000 |
Color Harmonies of #2A168B
Complementary color
Monochromatic Colors of #2A168B
Black with #2A168B
Text Example
Text Example
White with #2A168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A168B; }
p { color: rgb(42,22,139); }
H1.HeaderClassName
{
color: #2A168B;
}
.AnyTagClassName
{
color: #2A168B;
}
</style>
background-color css
<style>
a { background-color: #2A168B; }
a { background-color: rgb(42,22,139); }
div.DivClassName
{
background-color: #2A168B;
}
.BgClassName
{
background-color: #2A168B;
}
</style>
border-color css
<style>
span { border-color: #2A168B; }
span { border-color: rgb(42,22,139); }
td.TdClassName
{
border-color: #2A168B;
}
.TagClassName
{
border-color: #2A168B;
}
</style>