Shades of Persian Indigo #2A197B
Tints of Persian Indigo #2A197B
RGB
CMYK
RGB Variations
Color information
#2A197B (or 0x2A197B) is known color: Persian Indigo. HEX triplet: 2A, 19 and 7B. RGB value is (42,25,123). Sum of RGB (Red+Green+Blue) = 42+25+123=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A197B is #D5E684. Grayscale: #282828. Windows color (decimal): -14018181 or 8067370. OLE color: 8067370.
HSL color Cylindrical-coordinate representation of color #2A197B: hue angle of 250.41º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A197B is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 25 | 123 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.52 |
| HSL | 250.41º | 0.66% | 0.29% | - |
| HSV(B) | 250.41º | 0.8% | 0.48% | - |
| XYZ | 4.88 | 2.62 | 18.99 | - |
| YUV | 41.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 123 | 0.66 | 0.80 | 0 | 0.52 | 250.41 | 0.66 | 0.29 |
| Hex | 2A | 19 | 7B | 42 | 50 | 0 | 34 | FA | 42 | 1D |
| Octal | 52 | 31 | 173 | 102 | 120 | 0 | 64 | 372 | 102 | 35 |
| Binary | 101010 | 11001 | 1111011 | 1000010 | 1010000 | 0 | 110100 | 11111010 | 1000010 | 11101 |
Color Harmonies of #2A197B
Complementary color
Monochromatic Colors of #2A197B
Black with #2A197B
Text Example
Text Example
White with #2A197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A197B; }
p { color: rgb(42,25,123); }
H1.HeaderClassName
{
color: #2A197B;
}
.AnyTagClassName
{
color: #2A197B;
}
</style>
background-color css
<style>
a { background-color: #2A197B; }
a { background-color: rgb(42,25,123); }
div.DivClassName
{
background-color: #2A197B;
}
.BgClassName
{
background-color: #2A197B;
}
</style>
border-color css
<style>
span { border-color: #2A197B; }
span { border-color: rgb(42,25,123); }
td.TdClassName
{
border-color: #2A197B;
}
.TagClassName
{
border-color: #2A197B;
}
</style>