Shades of Persian Indigo #2F0178
Tints of Persian Indigo #2F0178
RGB
CMYK
RGB Variations
Color information
#2F0178 (or 0x2F0178) is known color: Persian Indigo. HEX triplet: 2F, 01 and 78. RGB value is (47,1,120). Sum of RGB (Red+Green+Blue) = 47+1+120=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0178 is #D0FE87. Grayscale: #1B1B1B. Windows color (decimal): -13696648 or 7864623. OLE color: 7864623.
HSL color Cylindrical-coordinate representation of color #2F0178: hue angle of 263.19º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0178 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 1 | 120 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.53 |
| HSL | 263.19º | 0.98% | 0.24% | - |
| HSV(B) | 263.19º | 0.99% | 0.47% | - |
| XYZ | 4.57 | 1.98 | 17.91 | - |
| YUV | 28.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 120 | 0.61 | 0.99 | 0 | 0.53 | 263.19 | 0.98 | 0.24 |
| Hex | 2F | 1 | 78 | 3D | 63 | 0 | 35 | 107 | 62 | 18 |
| Octal | 57 | 1 | 170 | 75 | 143 | 0 | 65 | 407 | 142 | 30 |
| Binary | 101111 | 1 | 1111000 | 111101 | 1100011 | 0 | 110101 | 100000111 | 1100010 | 11000 |
Color Harmonies of #2F0178
Complementary color
Monochromatic Colors of #2F0178
Black with #2F0178
Text Example
Text Example
White with #2F0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0178; }
p { color: rgb(47,1,120); }
H1.HeaderClassName
{
color: #2F0178;
}
.AnyTagClassName
{
color: #2F0178;
}
</style>
background-color css
<style>
a { background-color: #2F0178; }
a { background-color: rgb(47,1,120); }
div.DivClassName
{
background-color: #2F0178;
}
.BgClassName
{
background-color: #2F0178;
}
</style>
border-color css
<style>
span { border-color: #2F0178; }
span { border-color: rgb(47,1,120); }
td.TdClassName
{
border-color: #2F0178;
}
.TagClassName
{
border-color: #2F0178;
}
</style>