Shades of Persian Indigo #2D028D
Tints of Persian Indigo #2D028D
RGB
CMYK
RGB Variations
Color information
#2D028D (or 0x2D028D) is known color: Persian Indigo. HEX triplet: 2D, 02 and 8D. RGB value is (45,2,141). Sum of RGB (Red+Green+Blue) = 45+2+141=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D028D is #D2FD72. Grayscale: #1E1E1E. Windows color (decimal): -13827443 or 9241133. OLE color: 9241133.
HSL color Cylindrical-coordinate representation of color #2D028D: hue angle of 258.56º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D028D is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 2 | 141 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.45 |
| HSL | 258.56º | 0.97% | 0.28% | - |
| HSV(B) | 258.56º | 0.99% | 0.55% | - |
| XYZ | 5.91 | 2.52 | 25.37 | - |
| YUV | 30.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 141 | 0.68 | 0.99 | 0 | 0.45 | 258.56 | 0.97 | 0.28 |
| Hex | 2D | 2 | 8D | 44 | 63 | 0 | 2D | 103 | 61 | 1C |
| Octal | 55 | 2 | 215 | 104 | 143 | 0 | 55 | 403 | 141 | 34 |
| Binary | 101101 | 10 | 10001101 | 1000100 | 1100011 | 0 | 101101 | 100000011 | 1100001 | 11100 |
Color Harmonies of #2D028D
Complementary color
Monochromatic Colors of #2D028D
Black with #2D028D
Text Example
Text Example
White with #2D028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D028D; }
p { color: rgb(45,2,141); }
H1.HeaderClassName
{
color: #2D028D;
}
.AnyTagClassName
{
color: #2D028D;
}
</style>
background-color css
<style>
a { background-color: #2D028D; }
a { background-color: rgb(45,2,141); }
div.DivClassName
{
background-color: #2D028D;
}
.BgClassName
{
background-color: #2D028D;
}
</style>
border-color css
<style>
span { border-color: #2D028D; }
span { border-color: rgb(45,2,141); }
td.TdClassName
{
border-color: #2D028D;
}
.TagClassName
{
border-color: #2D028D;
}
</style>