Shades of Persian Indigo #2F0280
Tints of Persian Indigo #2F0280
RGB
CMYK
RGB Variations
Color information
#2F0280 (or 0x2F0280) is known color: Persian Indigo. HEX triplet: 2F, 02 and 80. RGB value is (47,2,128). Sum of RGB (Red+Green+Blue) = 47+2+128=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F0280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0280 is #D0FD7F. Grayscale: #1D1D1D. Windows color (decimal): -13696384 or 8389167. OLE color: 8389167.
HSL color Cylindrical-coordinate representation of color #2F0280: hue angle of 261.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0280 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 2 | 128 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.50 |
| HSL | 261.43º | 0.97% | 0.25% | - |
| HSV(B) | 261.43º | 0.98% | 0.5% | - |
| XYZ | 5.09 | 2.21 | 20.58 | - |
| YUV | 29.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 128 | 0.63 | 0.98 | 0 | 0.50 | 261.43 | 0.97 | 0.25 |
| Hex | 2F | 2 | 80 | 3F | 62 | 0 | 32 | 105 | 61 | 19 |
| Octal | 57 | 2 | 200 | 77 | 142 | 0 | 62 | 405 | 141 | 31 |
| Binary | 101111 | 10 | 10000000 | 111111 | 1100010 | 0 | 110010 | 100000101 | 1100001 | 11001 |
Color Harmonies of #2F0280
Complementary color
Monochromatic Colors of #2F0280
Black with #2F0280
Text Example
Text Example
White with #2F0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0280; }
p { color: rgb(47,2,128); }
H1.HeaderClassName
{
color: #2F0280;
}
.AnyTagClassName
{
color: #2F0280;
}
</style>
background-color css
<style>
a { background-color: #2F0280; }
a { background-color: rgb(47,2,128); }
div.DivClassName
{
background-color: #2F0280;
}
.BgClassName
{
background-color: #2F0280;
}
</style>
border-color css
<style>
span { border-color: #2F0280; }
span { border-color: rgb(47,2,128); }
td.TdClassName
{
border-color: #2F0280;
}
.TagClassName
{
border-color: #2F0280;
}
</style>