Shades of Persian Indigo #2D008D
Tints of Persian Indigo #2D008D
RGB
CMYK
RGB Variations
Color information
#2D008D (or 0x2D008D) is known color: Persian Indigo. HEX triplet: 2D, 00 and 8D. RGB value is (45,0,141). Sum of RGB (Red+Green+Blue) = 45+0+141=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D008D is #D2FF72. Grayscale: #1D1D1D. Windows color (decimal): -13827955 or 9240621. OLE color: 9240621.
HSL color Cylindrical-coordinate representation of color #2D008D: hue angle of 259.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D008D is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 0 | 141 | - |
| CMYK | 0.68 | 1 | 0 | 0.45 |
| HSL | 259.15º | 1% | 0.28% | - |
| HSV(B) | 259.15º | 1% | 0.55% | - |
| XYZ | 5.89 | 2.48 | 25.37 | - |
| YUV | 29.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 141 | 0.68 | 1 | 0 | 0.45 | 259.15 | 1 | 0.28 |
| Hex | 2D | 0 | 8D | 44 | 64 | 0 | 2D | 103 | 64 | 1C |
| Octal | 55 | 0 | 215 | 104 | 144 | 0 | 55 | 403 | 144 | 34 |
| Binary | 101101 | 0 | 10001101 | 1000100 | 1100100 | 0 | 101101 | 100000011 | 1100100 | 11100 |
Color Harmonies of #2D008D
Complementary color
Monochromatic Colors of #2D008D
Black with #2D008D
Text Example
Text Example
White with #2D008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D008D; }
p { color: rgb(45,0,141); }
H1.HeaderClassName
{
color: #2D008D;
}
.AnyTagClassName
{
color: #2D008D;
}
</style>
background-color css
<style>
a { background-color: #2D008D; }
a { background-color: rgb(45,0,141); }
div.DivClassName
{
background-color: #2D008D;
}
.BgClassName
{
background-color: #2D008D;
}
</style>
border-color css
<style>
span { border-color: #2D008D; }
span { border-color: rgb(45,0,141); }
td.TdClassName
{
border-color: #2D008D;
}
.TagClassName
{
border-color: #2D008D;
}
</style>