Shades of Persian Indigo #2F0F6B
Tints of Persian Indigo #2F0F6B
RGB
CMYK
RGB Variations
Color information
#2F0F6B (or 0x2F0F6B) is known color: Persian Indigo. HEX triplet: 2F, 0F and 6B. RGB value is (47,15,107). Sum of RGB (Red+Green+Blue) = 47+15+107=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F0F6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0F6B is #D0F094. Grayscale: #222222. Windows color (decimal): -13693077 or 7016239. OLE color: 7016239.
HSL color Cylindrical-coordinate representation of color #2F0F6B: hue angle of 260.87º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F0F6B is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 15 | 107 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.58 |
| HSL | 260.87º | 0.75% | 0.24% | - |
| HSV(B) | 260.87º | 0.86% | 0.42% | - |
| XYZ | 4 | 2.01 | 14.09 | - |
| YUV | 35.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 107 | 0.56 | 0.86 | 0 | 0.58 | 260.87 | 0.75 | 0.24 |
| Hex | 2F | F | 6B | 38 | 56 | 0 | 3A | 105 | 4B | 18 |
| Octal | 57 | 17 | 153 | 70 | 126 | 0 | 72 | 405 | 113 | 30 |
| Binary | 101111 | 1111 | 1101011 | 111000 | 1010110 | 0 | 111010 | 100000101 | 1001011 | 11000 |
Color Harmonies of #2F0F6B
Complementary color
Monochromatic Colors of #2F0F6B
Black with #2F0F6B
Text Example
Text Example
White with #2F0F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F6B; }
p { color: rgb(47,15,107); }
H1.HeaderClassName
{
color: #2F0F6B;
}
.AnyTagClassName
{
color: #2F0F6B;
}
</style>
background-color css
<style>
a { background-color: #2F0F6B; }
a { background-color: rgb(47,15,107); }
div.DivClassName
{
background-color: #2F0F6B;
}
.BgClassName
{
background-color: #2F0F6B;
}
</style>
border-color css
<style>
span { border-color: #2F0F6B; }
span { border-color: rgb(47,15,107); }
td.TdClassName
{
border-color: #2F0F6B;
}
.TagClassName
{
border-color: #2F0F6B;
}
</style>