Shades of Persian Indigo #2D098D
Tints of Persian Indigo #2D098D
RGB
CMYK
RGB Variations
Color information
#2D098D (or 0x2D098D) is known color: Persian Indigo. HEX triplet: 2D, 09 and 8D. RGB value is (45,9,141). Sum of RGB (Red+Green+Blue) = 45+9+141=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D098D is #D2F672. Grayscale: #222222. Windows color (decimal): -13825651 or 9242925. OLE color: 9242925.
HSL color Cylindrical-coordinate representation of color #2D098D: hue angle of 256.36º 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 #2D098D is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 9 | 141 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.45 |
| HSL | 256.36º | 0.88% | 0.29% | - |
| HSV(B) | 256.36º | 0.94% | 0.55% | - |
| XYZ | 5.99 | 2.68 | 25.4 | - |
| YUV | 34.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 141 | 0.68 | 0.94 | 0 | 0.45 | 256.36 | 0.88 | 0.29 |
| Hex | 2D | 9 | 8D | 44 | 5E | 0 | 2D | 100 | 58 | 1D |
| Octal | 55 | 11 | 215 | 104 | 136 | 0 | 55 | 400 | 130 | 35 |
| Binary | 101101 | 1001 | 10001101 | 1000100 | 1011110 | 0 | 101101 | 100000000 | 1011000 | 11101 |
Color Harmonies of #2D098D
Complementary color
Monochromatic Colors of #2D098D
Black with #2D098D
Text Example
Text Example
White with #2D098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D098D; }
p { color: rgb(45,9,141); }
H1.HeaderClassName
{
color: #2D098D;
}
.AnyTagClassName
{
color: #2D098D;
}
</style>
background-color css
<style>
a { background-color: #2D098D; }
a { background-color: rgb(45,9,141); }
div.DivClassName
{
background-color: #2D098D;
}
.BgClassName
{
background-color: #2D098D;
}
</style>
border-color css
<style>
span { border-color: #2D098D; }
span { border-color: rgb(45,9,141); }
td.TdClassName
{
border-color: #2D098D;
}
.TagClassName
{
border-color: #2D098D;
}
</style>