Shades of Persian Indigo #2D0188
Tints of Persian Indigo #2D0188
RGB
CMYK
RGB Variations
Color information
#2D0188 (or 0x2D0188) is known color: Persian Indigo. HEX triplet: 2D, 01 and 88. RGB value is (45,1,136). Sum of RGB (Red+Green+Blue) = 45+1+136=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 136 (53.52% from 255 or 74.73% from 182); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D0188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0188 is #D2FE77. Grayscale: #1D1D1D. Windows color (decimal): -13827704 or 8913197. OLE color: 8913197.
HSL color Cylindrical-coordinate representation of color #2D0188: hue angle of 259.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0188 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 1 | 136 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.47 |
| HSL | 259.56º | 0.99% | 0.27% | - |
| HSV(B) | 259.56º | 0.99% | 0.53% | - |
| XYZ | 5.54 | 2.36 | 23.46 | - |
| YUV | 29.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 136 | 0.67 | 0.99 | 0 | 0.47 | 259.56 | 0.99 | 0.27 |
| Hex | 2D | 1 | 88 | 43 | 63 | 0 | 2F | 104 | 63 | 1B |
| Octal | 55 | 1 | 210 | 103 | 143 | 0 | 57 | 404 | 143 | 33 |
| Binary | 101101 | 1 | 10001000 | 1000011 | 1100011 | 0 | 101111 | 100000100 | 1100011 | 11011 |
Color Harmonies of #2D0188
Complementary color
Monochromatic Colors of #2D0188
Black with #2D0188
Text Example
Text Example
White with #2D0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0188; }
p { color: rgb(45,1,136); }
H1.HeaderClassName
{
color: #2D0188;
}
.AnyTagClassName
{
color: #2D0188;
}
</style>
background-color css
<style>
a { background-color: #2D0188; }
a { background-color: rgb(45,1,136); }
div.DivClassName
{
background-color: #2D0188;
}
.BgClassName
{
background-color: #2D0188;
}
</style>
border-color css
<style>
span { border-color: #2D0188; }
span { border-color: rgb(45,1,136); }
td.TdClassName
{
border-color: #2D0188;
}
.TagClassName
{
border-color: #2D0188;
}
</style>