Shades of Persian Indigo #2F018B
Tints of Persian Indigo #2F018B
RGB
CMYK
RGB Variations
Color information
#2F018B (or 0x2F018B) is known color: Persian Indigo. HEX triplet: 2F, 01 and 8B. RGB value is (47,1,139). Sum of RGB (Red+Green+Blue) = 47+1+139=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F018B is #D0FE74. Grayscale: #1D1D1D. Windows color (decimal): -13696629 or 9109807. OLE color: 9109807.
HSL color Cylindrical-coordinate representation of color #2F018B: hue angle of 260º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F018B is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 1 | 139 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.45 |
| HSL | 260º | 0.99% | 0.27% | - |
| HSV(B) | 260º | 0.99% | 0.55% | - |
| XYZ | 5.84 | 2.49 | 24.6 | - |
| YUV | 30.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 139 | 0.66 | 0.99 | 0 | 0.45 | 260 | 0.99 | 0.27 |
| Hex | 2F | 1 | 8B | 42 | 63 | 0 | 2D | 104 | 63 | 1B |
| Octal | 57 | 1 | 213 | 102 | 143 | 0 | 55 | 404 | 143 | 33 |
| Binary | 101111 | 1 | 10001011 | 1000010 | 1100011 | 0 | 101101 | 100000100 | 1100011 | 11011 |
Color Harmonies of #2F018B
Complementary color
Monochromatic Colors of #2F018B
Black with #2F018B
Text Example
Text Example
White with #2F018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F018B; }
p { color: rgb(47,1,139); }
H1.HeaderClassName
{
color: #2F018B;
}
.AnyTagClassName
{
color: #2F018B;
}
</style>
background-color css
<style>
a { background-color: #2F018B; }
a { background-color: rgb(47,1,139); }
div.DivClassName
{
background-color: #2F018B;
}
.BgClassName
{
background-color: #2F018B;
}
</style>
border-color css
<style>
span { border-color: #2F018B; }
span { border-color: rgb(47,1,139); }
td.TdClassName
{
border-color: #2F018B;
}
.TagClassName
{
border-color: #2F018B;
}
</style>