Shades of Persian Indigo #2D0287
Tints of Persian Indigo #2D0287
RGB
CMYK
RGB Variations
Color information
#2D0287 (or 0x2D0287) is known color: Persian Indigo. HEX triplet: 2D, 02 and 87. RGB value is (45,2,135). Sum of RGB (Red+Green+Blue) = 45+2+135=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 135 (53.12% from 255 or 74.18% from 182); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D0287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0287 is #D2FD78. Grayscale: #1D1D1D. Windows color (decimal): -13827449 or 8847917. OLE color: 8847917.
HSL color Cylindrical-coordinate representation of color #2D0287: hue angle of 259.4º degrees, saturation: 0.97, 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 #2D0287 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 2 | 135 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.47 |
| HSL | 259.4º | 0.97% | 0.27% | - |
| HSV(B) | 259.4º | 0.99% | 0.53% | - |
| XYZ | 5.48 | 2.35 | 23.09 | - |
| YUV | 30.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 135 | 0.67 | 0.99 | 0 | 0.47 | 259.4 | 0.97 | 0.27 |
| Hex | 2D | 2 | 87 | 43 | 63 | 0 | 2F | 103 | 61 | 1B |
| Octal | 55 | 2 | 207 | 103 | 143 | 0 | 57 | 403 | 141 | 33 |
| Binary | 101101 | 10 | 10000111 | 1000011 | 1100011 | 0 | 101111 | 100000011 | 1100001 | 11011 |
Color Harmonies of #2D0287
Complementary color
Monochromatic Colors of #2D0287
Black with #2D0287
Text Example
Text Example
White with #2D0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0287; }
p { color: rgb(45,2,135); }
H1.HeaderClassName
{
color: #2D0287;
}
.AnyTagClassName
{
color: #2D0287;
}
</style>
background-color css
<style>
a { background-color: #2D0287; }
a { background-color: rgb(45,2,135); }
div.DivClassName
{
background-color: #2D0287;
}
.BgClassName
{
background-color: #2D0287;
}
</style>
border-color css
<style>
span { border-color: #2D0287; }
span { border-color: rgb(45,2,135); }
td.TdClassName
{
border-color: #2D0287;
}
.TagClassName
{
border-color: #2D0287;
}
</style>