Shades of Persian Indigo #2F0C87
Tints of Persian Indigo #2F0C87
RGB
CMYK
RGB Variations
Color information
#2F0C87 (or 0x2F0C87) is known color: Persian Indigo. HEX triplet: 2F, 0C and 87. RGB value is (47,12,135). Sum of RGB (Red+Green+Blue) = 47+12+135=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F0C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0C87 is #D0F378. Grayscale: #242424. Windows color (decimal): -13693817 or 8850479. OLE color: 8850479.
HSL color Cylindrical-coordinate representation of color #2F0C87: hue angle of 257.07º 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 #2F0C87 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 12 | 135 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.47 |
| HSL | 257.07º | 0.84% | 0.29% | - |
| HSV(B) | 257.07º | 0.91% | 0.53% | - |
| XYZ | 5.68 | 2.62 | 23.13 | - |
| YUV | 36.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 135 | 0.65 | 0.91 | 0 | 0.47 | 257.07 | 0.84 | 0.29 |
| Hex | 2F | C | 87 | 41 | 5B | 0 | 2F | 101 | 54 | 1D |
| Octal | 57 | 14 | 207 | 101 | 133 | 0 | 57 | 401 | 124 | 35 |
| Binary | 101111 | 1100 | 10000111 | 1000001 | 1011011 | 0 | 101111 | 100000001 | 1010100 | 11101 |
Color Harmonies of #2F0C87
Complementary color
Monochromatic Colors of #2F0C87
Black with #2F0C87
Text Example
Text Example
White with #2F0C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C87; }
p { color: rgb(47,12,135); }
H1.HeaderClassName
{
color: #2F0C87;
}
.AnyTagClassName
{
color: #2F0C87;
}
</style>
background-color css
<style>
a { background-color: #2F0C87; }
a { background-color: rgb(47,12,135); }
div.DivClassName
{
background-color: #2F0C87;
}
.BgClassName
{
background-color: #2F0C87;
}
</style>
border-color css
<style>
span { border-color: #2F0C87; }
span { border-color: rgb(47,12,135); }
td.TdClassName
{
border-color: #2F0C87;
}
.TagClassName
{
border-color: #2F0C87;
}
</style>