Shades of Persian Indigo #2A098C
Tints of Persian Indigo #2A098C
RGB
CMYK
RGB Variations
Color information
#2A098C (or 0x2A098C) is known color: Persian Indigo. HEX triplet: 2A, 09 and 8C. RGB value is (42,9,140). Sum of RGB (Red+Green+Blue) = 42+9+140=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A098C is #D5F673. Grayscale: #212121. Windows color (decimal): -14022260 or 9177386. OLE color: 9177386.
HSL color Cylindrical-coordinate representation of color #2A098C: hue angle of 255.11º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A098C is Cyan = 0.7, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 9 | 140 | - |
| CMYK | 0.7 | 0.94 | 0 | 0.45 |
| HSL | 255.11º | 0.88% | 0.29% | - |
| HSV(B) | 255.11º | 0.94% | 0.55% | - |
| XYZ | 5.79 | 2.58 | 25 | - |
| YUV | 33.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 140 | 0.7 | 0.94 | 0 | 0.45 | 255.11 | 0.88 | 0.29 |
| Hex | 2A | 9 | 8C | 46 | 5E | 0 | 2D | FF | 58 | 1D |
| Octal | 52 | 11 | 214 | 106 | 136 | 0 | 55 | 377 | 130 | 35 |
| Binary | 101010 | 1001 | 10001100 | 1000110 | 1011110 | 0 | 101101 | 11111111 | 1011000 | 11101 |
Color Harmonies of #2A098C
Complementary color
Monochromatic Colors of #2A098C
Black with #2A098C
Text Example
Text Example
White with #2A098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A098C; }
p { color: rgb(42,9,140); }
H1.HeaderClassName
{
color: #2A098C;
}
.AnyTagClassName
{
color: #2A098C;
}
</style>
background-color css
<style>
a { background-color: #2A098C; }
a { background-color: rgb(42,9,140); }
div.DivClassName
{
background-color: #2A098C;
}
.BgClassName
{
background-color: #2A098C;
}
</style>
border-color css
<style>
span { border-color: #2A098C; }
span { border-color: rgb(42,9,140); }
td.TdClassName
{
border-color: #2A098C;
}
.TagClassName
{
border-color: #2A098C;
}
</style>