Shades of Persian Indigo #2F058A
Tints of Persian Indigo #2F058A
RGB
CMYK
RGB Variations
Color information
#2F058A (or 0x2F058A) is known color: Persian Indigo. HEX triplet: 2F, 05 and 8A. RGB value is (47,5,138). Sum of RGB (Red+Green+Blue) = 47+5+138=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F058A is #D0FA75. Grayscale: #202020. Windows color (decimal): -13695606 or 9045295. OLE color: 9045295.
HSL color Cylindrical-coordinate representation of color #2F058A: hue angle of 258.95º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F058A is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 5 | 138 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.46 |
| HSL | 258.95º | 0.93% | 0.28% | - |
| HSV(B) | 258.95º | 0.96% | 0.54% | - |
| XYZ | 5.81 | 2.55 | 24.23 | - |
| YUV | 32.72 | 187.41 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 138 | 0.66 | 0.96 | 0 | 0.46 | 258.95 | 0.93 | 0.28 |
| Hex | 2F | 5 | 8A | 42 | 60 | 0 | 2E | 103 | 5D | 1C |
| Octal | 57 | 5 | 212 | 102 | 140 | 0 | 56 | 403 | 135 | 34 |
| Binary | 101111 | 101 | 10001010 | 1000010 | 1100000 | 0 | 101110 | 100000011 | 1011101 | 11100 |
Color Harmonies of #2F058A
Complementary color
Monochromatic Colors of #2F058A
Black with #2F058A
Text Example
Text Example
White with #2F058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F058A; }
p { color: rgb(47,5,138); }
H1.HeaderClassName
{
color: #2F058A;
}
.AnyTagClassName
{
color: #2F058A;
}
</style>
background-color css
<style>
a { background-color: #2F058A; }
a { background-color: rgb(47,5,138); }
div.DivClassName
{
background-color: #2F058A;
}
.BgClassName
{
background-color: #2F058A;
}
</style>
border-color css
<style>
span { border-color: #2F058A; }
span { border-color: rgb(47,5,138); }
td.TdClassName
{
border-color: #2F058A;
}
.TagClassName
{
border-color: #2F058A;
}
</style>