Shades of Persian Indigo #2A178A
Tints of Persian Indigo #2A178A
RGB
CMYK
RGB Variations
Color information
#2A178A (or 0x2A178A) is known color: Persian Indigo. HEX triplet: 2A, 17 and 8A. RGB value is (42,23,138). Sum of RGB (Red+Green+Blue) = 42+23+138=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A178A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A178A is #D5E875. Grayscale: #292929. Windows color (decimal): -14018678 or 9049898. OLE color: 9049898.
HSL color Cylindrical-coordinate representation of color #2A178A: hue angle of 249.91º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A178A is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 23 | 138 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.46 |
| HSL | 249.91º | 0.71% | 0.32% | - |
| HSV(B) | 249.91º | 0.83% | 0.54% | - |
| XYZ | 5.85 | 2.94 | 24.3 | - |
| YUV | 41.79 | 182.29 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 138 | 0.70 | 0.83 | 0 | 0.46 | 249.91 | 0.71 | 0.32 |
| Hex | 2A | 17 | 8A | 46 | 53 | 0 | 2E | FA | 47 | 20 |
| Octal | 52 | 27 | 212 | 106 | 123 | 0 | 56 | 372 | 107 | 40 |
| Binary | 101010 | 10111 | 10001010 | 1000110 | 1010011 | 0 | 101110 | 11111010 | 1000111 | 100000 |
Color Harmonies of #2A178A
Complementary color
Monochromatic Colors of #2A178A
Black with #2A178A
Text Example
Text Example
White with #2A178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A178A; }
p { color: rgb(42,23,138); }
H1.HeaderClassName
{
color: #2A178A;
}
.AnyTagClassName
{
color: #2A178A;
}
</style>
background-color css
<style>
a { background-color: #2A178A; }
a { background-color: rgb(42,23,138); }
div.DivClassName
{
background-color: #2A178A;
}
.BgClassName
{
background-color: #2A178A;
}
</style>
border-color css
<style>
span { border-color: #2A178A; }
span { border-color: rgb(42,23,138); }
td.TdClassName
{
border-color: #2A178A;
}
.TagClassName
{
border-color: #2A178A;
}
</style>