Shades of Persian Indigo #2D098B
Tints of Persian Indigo #2D098B
RGB
CMYK
RGB Variations
Color information
#2D098B (or 0x2D098B) is known color: Persian Indigo. HEX triplet: 2D, 09 and 8B. RGB value is (45,9,139). Sum of RGB (Red+Green+Blue) = 45+9+139=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D098B is #D2F674. Grayscale: #222222. Windows color (decimal): -13825653 or 9111853. OLE color: 9111853.
HSL color Cylindrical-coordinate representation of color #2D098B: hue angle of 256.62º 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 #2D098B is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 9 | 139 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.45 |
| HSL | 256.62º | 0.88% | 0.29% | - |
| HSV(B) | 256.62º | 0.94% | 0.55% | - |
| XYZ | 5.84 | 2.62 | 24.62 | - |
| YUV | 34.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 139 | 0.68 | 0.94 | 0 | 0.45 | 256.62 | 0.88 | 0.29 |
| Hex | 2D | 9 | 8B | 44 | 5E | 0 | 2D | 101 | 58 | 1D |
| Octal | 55 | 11 | 213 | 104 | 136 | 0 | 55 | 401 | 130 | 35 |
| Binary | 101101 | 1001 | 10001011 | 1000100 | 1011110 | 0 | 101101 | 100000001 | 1011000 | 11101 |
Color Harmonies of #2D098B
Complementary color
Monochromatic Colors of #2D098B
Black with #2D098B
Text Example
Text Example
White with #2D098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D098B; }
p { color: rgb(45,9,139); }
H1.HeaderClassName
{
color: #2D098B;
}
.AnyTagClassName
{
color: #2D098B;
}
</style>
background-color css
<style>
a { background-color: #2D098B; }
a { background-color: rgb(45,9,139); }
div.DivClassName
{
background-color: #2D098B;
}
.BgClassName
{
background-color: #2D098B;
}
</style>
border-color css
<style>
span { border-color: #2D098B; }
span { border-color: rgb(45,9,139); }
td.TdClassName
{
border-color: #2D098B;
}
.TagClassName
{
border-color: #2D098B;
}
</style>