Shades of Persian Indigo #2F156A
Tints of Persian Indigo #2F156A
RGB
CMYK
RGB Variations
Color information
#2F156A (or 0x2F156A) is known color: Persian Indigo. HEX triplet: 2F, 15 and 6A. RGB value is (47,21,106). Sum of RGB (Red+Green+Blue) = 47+21+106=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F156A is #D0EA95. Grayscale: #262626. Windows color (decimal): -13691542 or 6952239. OLE color: 6952239.
HSL color Cylindrical-coordinate representation of color #2F156A: hue angle of 258.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F156A is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 21 | 106 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.58 |
| HSL | 258.35º | 0.67% | 0.25% | - |
| HSV(B) | 258.35º | 0.8% | 0.42% | - |
| XYZ | 4.04 | 2.18 | 13.84 | - |
| YUV | 38.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 106 | 0.56 | 0.80 | 0 | 0.58 | 258.35 | 0.67 | 0.25 |
| Hex | 2F | 15 | 6A | 38 | 50 | 0 | 3A | 102 | 43 | 19 |
| Octal | 57 | 25 | 152 | 70 | 120 | 0 | 72 | 402 | 103 | 31 |
| Binary | 101111 | 10101 | 1101010 | 111000 | 1010000 | 0 | 111010 | 100000010 | 1000011 | 11001 |
Color Harmonies of #2F156A
Complementary color
Monochromatic Colors of #2F156A
Black with #2F156A
Text Example
Text Example
White with #2F156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F156A; }
p { color: rgb(47,21,106); }
H1.HeaderClassName
{
color: #2F156A;
}
.AnyTagClassName
{
color: #2F156A;
}
</style>
background-color css
<style>
a { background-color: #2F156A; }
a { background-color: rgb(47,21,106); }
div.DivClassName
{
background-color: #2F156A;
}
.BgClassName
{
background-color: #2F156A;
}
</style>
border-color css
<style>
span { border-color: #2F156A; }
span { border-color: rgb(47,21,106); }
td.TdClassName
{
border-color: #2F156A;
}
.TagClassName
{
border-color: #2F156A;
}
</style>