Shades of Persian Indigo #2F0270
Tints of Persian Indigo #2F0270
RGB
CMYK
RGB Variations
Color information
#2F0270 (or 0x2F0270) is known color: Persian Indigo. HEX triplet: 2F, 02 and 70. RGB value is (47,2,112). Sum of RGB (Red+Green+Blue) = 47+2+112=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0270 is #D0FD8F. Grayscale: #1B1B1B. Windows color (decimal): -13696400 or 7340591. OLE color: 7340591.
HSL color Cylindrical-coordinate representation of color #2F0270: hue angle of 264.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0270 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 2 | 112 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.56 |
| HSL | 264.55º | 0.96% | 0.22% | - |
| HSV(B) | 264.55º | 0.98% | 0.44% | - |
| XYZ | 4.12 | 1.82 | 15.46 | - |
| YUV | 28 | 175.41 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 112 | 0.58 | 0.98 | 0 | 0.56 | 264.55 | 0.96 | 0.22 |
| Hex | 2F | 2 | 70 | 3A | 62 | 0 | 38 | 109 | 60 | 16 |
| Octal | 57 | 2 | 160 | 72 | 142 | 0 | 70 | 411 | 140 | 26 |
| Binary | 101111 | 10 | 1110000 | 111010 | 1100010 | 0 | 111000 | 100001001 | 1100000 | 10110 |
Color Harmonies of #2F0270
Complementary color
Monochromatic Colors of #2F0270
Black with #2F0270
Text Example
Text Example
White with #2F0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0270; }
p { color: rgb(47,2,112); }
H1.HeaderClassName
{
color: #2F0270;
}
.AnyTagClassName
{
color: #2F0270;
}
</style>
background-color css
<style>
a { background-color: #2F0270; }
a { background-color: rgb(47,2,112); }
div.DivClassName
{
background-color: #2F0270;
}
.BgClassName
{
background-color: #2F0270;
}
</style>
border-color css
<style>
span { border-color: #2F0270; }
span { border-color: rgb(47,2,112); }
td.TdClassName
{
border-color: #2F0270;
}
.TagClassName
{
border-color: #2F0270;
}
</style>