Shades of Persian Indigo #2F178D
Tints of Persian Indigo #2F178D
RGB
CMYK
RGB Variations
Color information
#2F178D (or 0x2F178D) is known color: Persian Indigo. HEX triplet: 2F, 17 and 8D. RGB value is (47,23,141). Sum of RGB (Red+Green+Blue) = 47+23+141=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F178D is #D0E872. Grayscale: #2B2B2B. Windows color (decimal): -13690995 or 9246511. OLE color: 9246511.
HSL color Cylindrical-coordinate representation of color #2F178D: hue angle of 252.2º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F178D is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 23 | 141 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.45 |
| HSL | 252.2º | 0.72% | 0.32% | - |
| HSV(B) | 252.2º | 0.84% | 0.55% | - |
| XYZ | 6.29 | 3.14 | 25.47 | - |
| YUV | 43.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 141 | 0.67 | 0.84 | 0 | 0.45 | 252.2 | 0.72 | 0.32 |
| Hex | 2F | 17 | 8D | 43 | 54 | 0 | 2D | FC | 48 | 20 |
| Octal | 57 | 27 | 215 | 103 | 124 | 0 | 55 | 374 | 110 | 40 |
| Binary | 101111 | 10111 | 10001101 | 1000011 | 1010100 | 0 | 101101 | 11111100 | 1001000 | 100000 |
Color Harmonies of #2F178D
Complementary color
Monochromatic Colors of #2F178D
Black with #2F178D
Text Example
Text Example
White with #2F178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F178D; }
p { color: rgb(47,23,141); }
H1.HeaderClassName
{
color: #2F178D;
}
.AnyTagClassName
{
color: #2F178D;
}
</style>
background-color css
<style>
a { background-color: #2F178D; }
a { background-color: rgb(47,23,141); }
div.DivClassName
{
background-color: #2F178D;
}
.BgClassName
{
background-color: #2F178D;
}
</style>
border-color css
<style>
span { border-color: #2F178D; }
span { border-color: rgb(47,23,141); }
td.TdClassName
{
border-color: #2F178D;
}
.TagClassName
{
border-color: #2F178D;
}
</style>