Shades of Persian Indigo #2F028B
Tints of Persian Indigo #2F028B
RGB
CMYK
RGB Variations
Color information
#2F028B (or 0x2F028B) is known color: Persian Indigo. HEX triplet: 2F, 02 and 8B. RGB value is (47,2,139). Sum of RGB (Red+Green+Blue) = 47+2+139=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F028B is #D0FD74. Grayscale: #1E1E1E. Windows color (decimal): -13696373 or 9110063. OLE color: 9110063.
HSL color Cylindrical-coordinate representation of color #2F028B: hue angle of 259.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F028B is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 2 | 139 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.45 |
| HSL | 259.71º | 0.97% | 0.28% | - |
| HSV(B) | 259.71º | 0.99% | 0.55% | - |
| XYZ | 5.85 | 2.51 | 24.6 | - |
| YUV | 31.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 139 | 0.66 | 0.99 | 0 | 0.45 | 259.71 | 0.97 | 0.28 |
| Hex | 2F | 2 | 8B | 42 | 63 | 0 | 2D | 104 | 61 | 1C |
| Octal | 57 | 2 | 213 | 102 | 143 | 0 | 55 | 404 | 141 | 34 |
| Binary | 101111 | 10 | 10001011 | 1000010 | 1100011 | 0 | 101101 | 100000100 | 1100001 | 11100 |
Color Harmonies of #2F028B
Complementary color
Monochromatic Colors of #2F028B
Black with #2F028B
Text Example
Text Example
White with #2F028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F028B; }
p { color: rgb(47,2,139); }
H1.HeaderClassName
{
color: #2F028B;
}
.AnyTagClassName
{
color: #2F028B;
}
</style>
background-color css
<style>
a { background-color: #2F028B; }
a { background-color: rgb(47,2,139); }
div.DivClassName
{
background-color: #2F028B;
}
.BgClassName
{
background-color: #2F028B;
}
</style>
border-color css
<style>
span { border-color: #2F028B; }
span { border-color: rgb(47,2,139); }
td.TdClassName
{
border-color: #2F028B;
}
.TagClassName
{
border-color: #2F028B;
}
</style>