Shades of Persian Indigo #2F106D
Tints of Persian Indigo #2F106D
RGB
CMYK
RGB Variations
Color information
#2F106D (or 0x2F106D) is known color: Persian Indigo. HEX triplet: 2F, 10 and 6D. RGB value is (47,16,109). Sum of RGB (Red+Green+Blue) = 47+16+109=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F106D is #D0EF92. Grayscale: #232323. Windows color (decimal): -13692819 or 7147567. OLE color: 7147567.
HSL color Cylindrical-coordinate representation of color #2F106D: hue angle of 260º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F106D is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 16 | 109 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.57 |
| HSL | 260º | 0.74% | 0.25% | - |
| HSV(B) | 260º | 0.85% | 0.43% | - |
| XYZ | 4.12 | 2.08 | 14.65 | - |
| YUV | 35.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 109 | 0.57 | 0.85 | 0 | 0.57 | 260 | 0.74 | 0.25 |
| Hex | 2F | 10 | 6D | 39 | 55 | 0 | 39 | 104 | 4A | 19 |
| Octal | 57 | 20 | 155 | 71 | 125 | 0 | 71 | 404 | 112 | 31 |
| Binary | 101111 | 10000 | 1101101 | 111001 | 1010101 | 0 | 111001 | 100000100 | 1001010 | 11001 |
Color Harmonies of #2F106D
Complementary color
Monochromatic Colors of #2F106D
Black with #2F106D
Text Example
Text Example
White with #2F106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F106D; }
p { color: rgb(47,16,109); }
H1.HeaderClassName
{
color: #2F106D;
}
.AnyTagClassName
{
color: #2F106D;
}
</style>
background-color css
<style>
a { background-color: #2F106D; }
a { background-color: rgb(47,16,109); }
div.DivClassName
{
background-color: #2F106D;
}
.BgClassName
{
background-color: #2F106D;
}
</style>
border-color css
<style>
span { border-color: #2F106D; }
span { border-color: rgb(47,16,109); }
td.TdClassName
{
border-color: #2F106D;
}
.TagClassName
{
border-color: #2F106D;
}
</style>