Shades of Persian Indigo #2D0C87
Tints of Persian Indigo #2D0C87
RGB
CMYK
RGB Variations
Color information
#2D0C87 (or 0x2D0C87) is known color: Persian Indigo. HEX triplet: 2D, 0C and 87. RGB value is (45,12,135). Sum of RGB (Red+Green+Blue) = 45+12+135=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #2D0C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0C87 is #D2F378. Grayscale: #232323. Windows color (decimal): -13824889 or 8850477. OLE color: 8850477.
HSL color Cylindrical-coordinate representation of color #2D0C87: hue angle of 256.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0C87 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 12 | 135 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.47 |
| HSL | 256.1º | 0.84% | 0.29% | - |
| HSV(B) | 256.1º | 0.91% | 0.53% | - |
| XYZ | 5.59 | 2.57 | 23.12 | - |
| YUV | 35.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 135 | 0.67 | 0.91 | 0 | 0.47 | 256.1 | 0.84 | 0.29 |
| Hex | 2D | C | 87 | 43 | 5B | 0 | 2F | 100 | 54 | 1D |
| Octal | 55 | 14 | 207 | 103 | 133 | 0 | 57 | 400 | 124 | 35 |
| Binary | 101101 | 1100 | 10000111 | 1000011 | 1011011 | 0 | 101111 | 100000000 | 1010100 | 11101 |
Color Harmonies of #2D0C87
Complementary color
Monochromatic Colors of #2D0C87
Black with #2D0C87
Text Example
Text Example
White with #2D0C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C87; }
p { color: rgb(45,12,135); }
H1.HeaderClassName
{
color: #2D0C87;
}
.AnyTagClassName
{
color: #2D0C87;
}
</style>
background-color css
<style>
a { background-color: #2D0C87; }
a { background-color: rgb(45,12,135); }
div.DivClassName
{
background-color: #2D0C87;
}
.BgClassName
{
background-color: #2D0C87;
}
</style>
border-color css
<style>
span { border-color: #2D0C87; }
span { border-color: rgb(45,12,135); }
td.TdClassName
{
border-color: #2D0C87;
}
.TagClassName
{
border-color: #2D0C87;
}
</style>