Shades of Persian Indigo #2D098A
Tints of Persian Indigo #2D098A
RGB
CMYK
RGB Variations
Color information
#2D098A (or 0x2D098A) is known color: Persian Indigo. HEX triplet: 2D, 09 and 8A. RGB value is (45,9,138). Sum of RGB (Red+Green+Blue) = 45+9+138=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D098A is #D2F675. Grayscale: #212121. Windows color (decimal): -13825654 or 9046317. OLE color: 9046317.
HSL color Cylindrical-coordinate representation of color #2D098A: hue angle of 256.74º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D098A is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 9 | 138 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.46 |
| HSL | 256.74º | 0.88% | 0.29% | - |
| HSV(B) | 256.74º | 0.93% | 0.54% | - |
| XYZ | 5.77 | 2.59 | 24.24 | - |
| YUV | 34.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 138 | 0.67 | 0.93 | 0 | 0.46 | 256.74 | 0.88 | 0.29 |
| Hex | 2D | 9 | 8A | 43 | 5D | 0 | 2E | 101 | 58 | 1D |
| Octal | 55 | 11 | 212 | 103 | 135 | 0 | 56 | 401 | 130 | 35 |
| Binary | 101101 | 1001 | 10001010 | 1000011 | 1011101 | 0 | 101110 | 100000001 | 1011000 | 11101 |
Color Harmonies of #2D098A
Complementary color
Monochromatic Colors of #2D098A
Black with #2D098A
Text Example
Text Example
White with #2D098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D098A; }
p { color: rgb(45,9,138); }
H1.HeaderClassName
{
color: #2D098A;
}
.AnyTagClassName
{
color: #2D098A;
}
</style>
background-color css
<style>
a { background-color: #2D098A; }
a { background-color: rgb(45,9,138); }
div.DivClassName
{
background-color: #2D098A;
}
.BgClassName
{
background-color: #2D098A;
}
</style>
border-color css
<style>
span { border-color: #2D098A; }
span { border-color: rgb(45,9,138); }
td.TdClassName
{
border-color: #2D098A;
}
.TagClassName
{
border-color: #2D098A;
}
</style>