Shades of Persian Indigo #2F178E
Tints of Persian Indigo #2F178E
RGB
CMYK
RGB Variations
Color information
#2F178E (or 0x2F178E) is known color: Persian Indigo. HEX triplet: 2F, 17 and 8E. RGB value is (47,23,142). Sum of RGB (Red+Green+Blue) = 47+23+142=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F178E is #D0E871. Grayscale: #2B2B2B. Windows color (decimal): -13690994 or 9312047. OLE color: 9312047.
HSL color Cylindrical-coordinate representation of color #2F178E: hue angle of 252.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F178E is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 23 | 142 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.44 |
| HSL | 252.1º | 0.72% | 0.32% | - |
| HSV(B) | 252.1º | 0.84% | 0.56% | - |
| XYZ | 6.36 | 3.17 | 25.87 | - |
| YUV | 43.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 142 | 0.67 | 0.84 | 0 | 0.44 | 252.1 | 0.72 | 0.32 |
| Hex | 2F | 17 | 8E | 43 | 54 | 0 | 2C | FC | 48 | 20 |
| Octal | 57 | 27 | 216 | 103 | 124 | 0 | 54 | 374 | 110 | 40 |
| Binary | 101111 | 10111 | 10001110 | 1000011 | 1010100 | 0 | 101100 | 11111100 | 1001000 | 100000 |
Color Harmonies of #2F178E
Complementary color
Monochromatic Colors of #2F178E
Black with #2F178E
Text Example
Text Example
White with #2F178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F178E; }
p { color: rgb(47,23,142); }
H1.HeaderClassName
{
color: #2F178E;
}
.AnyTagClassName
{
color: #2F178E;
}
</style>
background-color css
<style>
a { background-color: #2F178E; }
a { background-color: rgb(47,23,142); }
div.DivClassName
{
background-color: #2F178E;
}
.BgClassName
{
background-color: #2F178E;
}
</style>
border-color css
<style>
span { border-color: #2F178E; }
span { border-color: rgb(47,23,142); }
td.TdClassName
{
border-color: #2F178E;
}
.TagClassName
{
border-color: #2F178E;
}
</style>