Shades of Persian Indigo #2A097D
Tints of Persian Indigo #2A097D
RGB
CMYK
RGB Variations
Color information
#2A097D (or 0x2A097D) is known color: Persian Indigo. HEX triplet: 2A, 09 and 7D. RGB value is (42,9,125). Sum of RGB (Red+Green+Blue) = 42+9+125=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A097D is #D5F682. Grayscale: #1F1F1F. Windows color (decimal): -14022275 or 8194346. OLE color: 8194346.
HSL color Cylindrical-coordinate representation of color #2A097D: hue angle of 257.07º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A097D is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 9 | 125 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.51 |
| HSL | 257.07º | 0.87% | 0.26% | - |
| HSV(B) | 257.07º | 0.93% | 0.49% | - |
| XYZ | 4.75 | 2.17 | 19.57 | - |
| YUV | 32.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 125 | 0.66 | 0.93 | 0 | 0.51 | 257.07 | 0.87 | 0.26 |
| Hex | 2A | 9 | 7D | 42 | 5D | 0 | 33 | 101 | 57 | 1A |
| Octal | 52 | 11 | 175 | 102 | 135 | 0 | 63 | 401 | 127 | 32 |
| Binary | 101010 | 1001 | 1111101 | 1000010 | 1011101 | 0 | 110011 | 100000001 | 1010111 | 11010 |
Color Harmonies of #2A097D
Complementary color
Monochromatic Colors of #2A097D
Black with #2A097D
Text Example
Text Example
White with #2A097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A097D; }
p { color: rgb(42,9,125); }
H1.HeaderClassName
{
color: #2A097D;
}
.AnyTagClassName
{
color: #2A097D;
}
</style>
background-color css
<style>
a { background-color: #2A097D; }
a { background-color: rgb(42,9,125); }
div.DivClassName
{
background-color: #2A097D;
}
.BgClassName
{
background-color: #2A097D;
}
</style>
border-color css
<style>
span { border-color: #2A097D; }
span { border-color: rgb(42,9,125); }
td.TdClassName
{
border-color: #2A097D;
}
.TagClassName
{
border-color: #2A097D;
}
</style>