Shades of Persian Indigo #2F156D
Tints of Persian Indigo #2F156D
RGB
CMYK
RGB Variations
Color information
#2F156D (or 0x2F156D) is known color: Persian Indigo. HEX triplet: 2F, 15 and 6D. RGB value is (47,21,109). Sum of RGB (Red+Green+Blue) = 47+21+109=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F156D is #D0EA92. Grayscale: #262626. Windows color (decimal): -13691539 or 7148847. OLE color: 7148847.
HSL color Cylindrical-coordinate representation of color #2F156D: hue angle of 257.73º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F156D is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 21 | 109 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.57 |
| HSL | 257.73º | 0.68% | 0.25% | - |
| HSV(B) | 257.73º | 0.81% | 0.43% | - |
| XYZ | 4.2 | 2.24 | 14.68 | - |
| YUV | 38.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 109 | 0.57 | 0.81 | 0 | 0.57 | 257.73 | 0.68 | 0.25 |
| Hex | 2F | 15 | 6D | 39 | 51 | 0 | 39 | 102 | 44 | 19 |
| Octal | 57 | 25 | 155 | 71 | 121 | 0 | 71 | 402 | 104 | 31 |
| Binary | 101111 | 10101 | 1101101 | 111001 | 1010001 | 0 | 111001 | 100000010 | 1000100 | 11001 |
Color Harmonies of #2F156D
Complementary color
Monochromatic Colors of #2F156D
Black with #2F156D
Text Example
Text Example
White with #2F156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F156D; }
p { color: rgb(47,21,109); }
H1.HeaderClassName
{
color: #2F156D;
}
.AnyTagClassName
{
color: #2F156D;
}
</style>
background-color css
<style>
a { background-color: #2F156D; }
a { background-color: rgb(47,21,109); }
div.DivClassName
{
background-color: #2F156D;
}
.BgClassName
{
background-color: #2F156D;
}
</style>
border-color css
<style>
span { border-color: #2F156D; }
span { border-color: rgb(47,21,109); }
td.TdClassName
{
border-color: #2F156D;
}
.TagClassName
{
border-color: #2F156D;
}
</style>