Shades of Persian Indigo #2F146E
Tints of Persian Indigo #2F146E
RGB
CMYK
RGB Variations
Color information
#2F146E (or 0x2F146E) is known color: Persian Indigo. HEX triplet: 2F, 14 and 6E. RGB value is (47,20,110). Sum of RGB (Red+Green+Blue) = 47+20+110=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F146E is #D0EB91. Grayscale: #262626. Windows color (decimal): -13691794 or 7214127. OLE color: 7214127.
HSL color Cylindrical-coordinate representation of color #2F146E: hue angle of 258º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F146E is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 20 | 110 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.57 |
| HSL | 258º | 0.69% | 0.25% | - |
| HSV(B) | 258º | 0.82% | 0.43% | - |
| XYZ | 4.24 | 2.23 | 14.96 | - |
| YUV | 38.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 110 | 0.57 | 0.82 | 0 | 0.57 | 258 | 0.69 | 0.25 |
| Hex | 2F | 14 | 6E | 39 | 52 | 0 | 39 | 102 | 45 | 19 |
| Octal | 57 | 24 | 156 | 71 | 122 | 0 | 71 | 402 | 105 | 31 |
| Binary | 101111 | 10100 | 1101110 | 111001 | 1010010 | 0 | 111001 | 100000010 | 1000101 | 11001 |
Color Harmonies of #2F146E
Complementary color
Monochromatic Colors of #2F146E
Black with #2F146E
Text Example
Text Example
White with #2F146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F146E; }
p { color: rgb(47,20,110); }
H1.HeaderClassName
{
color: #2F146E;
}
.AnyTagClassName
{
color: #2F146E;
}
</style>
background-color css
<style>
a { background-color: #2F146E; }
a { background-color: rgb(47,20,110); }
div.DivClassName
{
background-color: #2F146E;
}
.BgClassName
{
background-color: #2F146E;
}
</style>
border-color css
<style>
span { border-color: #2F146E; }
span { border-color: rgb(47,20,110); }
td.TdClassName
{
border-color: #2F146E;
}
.TagClassName
{
border-color: #2F146E;
}
</style>