Shades of Persian Indigo #2F0286
Tints of Persian Indigo #2F0286
RGB
CMYK
RGB Variations
Color information
#2F0286 (or 0x2F0286) is known color: Persian Indigo. HEX triplet: 2F, 02 and 86. RGB value is (47,2,134). Sum of RGB (Red+Green+Blue) = 47+2+134=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F0286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0286 is #D0FD79. Grayscale: #1E1E1E. Windows color (decimal): -13696378 or 8782383. OLE color: 8782383.
HSL color Cylindrical-coordinate representation of color #2F0286: hue angle of 260.45º 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 #2F0286 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 2 | 134 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.47 |
| HSL | 260.45º | 0.97% | 0.27% | - |
| HSV(B) | 260.45º | 0.99% | 0.53% | - |
| XYZ | 5.5 | 2.37 | 22.72 | - |
| YUV | 30.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 134 | 0.65 | 0.99 | 0 | 0.47 | 260.45 | 0.97 | 0.27 |
| Hex | 2F | 2 | 86 | 41 | 63 | 0 | 2F | 104 | 61 | 1B |
| Octal | 57 | 2 | 206 | 101 | 143 | 0 | 57 | 404 | 141 | 33 |
| Binary | 101111 | 10 | 10000110 | 1000001 | 1100011 | 0 | 101111 | 100000100 | 1100001 | 11011 |
Color Harmonies of #2F0286
Complementary color
Monochromatic Colors of #2F0286
Black with #2F0286
Text Example
Text Example
White with #2F0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0286; }
p { color: rgb(47,2,134); }
H1.HeaderClassName
{
color: #2F0286;
}
.AnyTagClassName
{
color: #2F0286;
}
</style>
background-color css
<style>
a { background-color: #2F0286; }
a { background-color: rgb(47,2,134); }
div.DivClassName
{
background-color: #2F0286;
}
.BgClassName
{
background-color: #2F0286;
}
</style>
border-color css
<style>
span { border-color: #2F0286; }
span { border-color: rgb(47,2,134); }
td.TdClassName
{
border-color: #2F0286;
}
.TagClassName
{
border-color: #2F0286;
}
</style>