Shades of Persian Indigo #2D0787
Tints of Persian Indigo #2D0787
RGB
CMYK
RGB Variations
Color information
#2D0787 (or 0x2D0787) is known color: Persian Indigo. HEX triplet: 2D, 07 and 87. RGB value is (45,7,135). Sum of RGB (Red+Green+Blue) = 45+7+135=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D0787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0787 is #D2F878. Grayscale: #202020. Windows color (decimal): -13826169 or 8849197. OLE color: 8849197.
HSL color Cylindrical-coordinate representation of color #2D0787: hue angle of 257.81º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0787 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 7 | 135 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.47 |
| HSL | 257.81º | 0.9% | 0.28% | - |
| HSV(B) | 257.81º | 0.95% | 0.53% | - |
| XYZ | 5.53 | 2.46 | 23.1 | - |
| YUV | 32.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 135 | 0.67 | 0.95 | 0 | 0.47 | 257.81 | 0.9 | 0.28 |
| Hex | 2D | 7 | 87 | 43 | 5F | 0 | 2F | 102 | 5A | 1C |
| Octal | 55 | 7 | 207 | 103 | 137 | 0 | 57 | 402 | 132 | 34 |
| Binary | 101101 | 111 | 10000111 | 1000011 | 1011111 | 0 | 101111 | 100000010 | 1011010 | 11100 |
Color Harmonies of #2D0787
Complementary color
Monochromatic Colors of #2D0787
Black with #2D0787
Text Example
Text Example
White with #2D0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0787; }
p { color: rgb(45,7,135); }
H1.HeaderClassName
{
color: #2D0787;
}
.AnyTagClassName
{
color: #2D0787;
}
</style>
background-color css
<style>
a { background-color: #2D0787; }
a { background-color: rgb(45,7,135); }
div.DivClassName
{
background-color: #2D0787;
}
.BgClassName
{
background-color: #2D0787;
}
</style>
border-color css
<style>
span { border-color: #2D0787; }
span { border-color: rgb(45,7,135); }
td.TdClassName
{
border-color: #2D0787;
}
.TagClassName
{
border-color: #2D0787;
}
</style>