Shades of Persian Indigo #2F018F
Tints of Persian Indigo #2F018F
RGB
CMYK
RGB Variations
Color information
#2F018F (or 0x2F018F) is known color: Persian Indigo. HEX triplet: 2F, 01 and 8F. RGB value is (47,1,143). Sum of RGB (Red+Green+Blue) = 47+1+143=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F018F is #D0FE70. Grayscale: #1E1E1E. Windows color (decimal): -13696625 or 9371951. OLE color: 9371951.
HSL color Cylindrical-coordinate representation of color #2F018F: hue angle of 259.44º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F018F is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 1 | 143 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.44 |
| HSL | 259.44º | 0.99% | 0.28% | - |
| HSV(B) | 259.44º | 0.99% | 0.56% | - |
| XYZ | 6.14 | 2.61 | 26.17 | - |
| YUV | 30.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 143 | 0.67 | 0.99 | 0 | 0.44 | 259.44 | 0.99 | 0.28 |
| Hex | 2F | 1 | 8F | 43 | 63 | 0 | 2C | 103 | 63 | 1C |
| Octal | 57 | 1 | 217 | 103 | 143 | 0 | 54 | 403 | 143 | 34 |
| Binary | 101111 | 1 | 10001111 | 1000011 | 1100011 | 0 | 101100 | 100000011 | 1100011 | 11100 |
Color Harmonies of #2F018F
Complementary color
Monochromatic Colors of #2F018F
Black with #2F018F
Text Example
Text Example
White with #2F018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F018F; }
p { color: rgb(47,1,143); }
H1.HeaderClassName
{
color: #2F018F;
}
.AnyTagClassName
{
color: #2F018F;
}
</style>
background-color css
<style>
a { background-color: #2F018F; }
a { background-color: rgb(47,1,143); }
div.DivClassName
{
background-color: #2F018F;
}
.BgClassName
{
background-color: #2F018F;
}
</style>
border-color css
<style>
span { border-color: #2F018F; }
span { border-color: rgb(47,1,143); }
td.TdClassName
{
border-color: #2F018F;
}
.TagClassName
{
border-color: #2F018F;
}
</style>