Shades of Persian Indigo #2F158D
Tints of Persian Indigo #2F158D
RGB
CMYK
RGB Variations
Color information
#2F158D (or 0x2F158D) is known color: Persian Indigo. HEX triplet: 2F, 15 and 8D. RGB value is (47,21,141). Sum of RGB (Red+Green+Blue) = 47+21+141=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F158D is #D0EA72. Grayscale: #2A2A2A. Windows color (decimal): -13691507 or 9245999. OLE color: 9245999.
HSL color Cylindrical-coordinate representation of color #2F158D: hue angle of 253º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F158D is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 21 | 141 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.45 |
| HSL | 253º | 0.74% | 0.32% | - |
| HSV(B) | 253º | 0.85% | 0.55% | - |
| XYZ | 6.25 | 3.06 | 25.46 | - |
| YUV | 42.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 141 | 0.67 | 0.85 | 0 | 0.45 | 253 | 0.74 | 0.32 |
| Hex | 2F | 15 | 8D | 43 | 55 | 0 | 2D | FD | 4A | 20 |
| Octal | 57 | 25 | 215 | 103 | 125 | 0 | 55 | 375 | 112 | 40 |
| Binary | 101111 | 10101 | 10001101 | 1000011 | 1010101 | 0 | 101101 | 11111101 | 1001010 | 100000 |
Color Harmonies of #2F158D
Complementary color
Monochromatic Colors of #2F158D
Black with #2F158D
Text Example
Text Example
White with #2F158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F158D; }
p { color: rgb(47,21,141); }
H1.HeaderClassName
{
color: #2F158D;
}
.AnyTagClassName
{
color: #2F158D;
}
</style>
background-color css
<style>
a { background-color: #2F158D; }
a { background-color: rgb(47,21,141); }
div.DivClassName
{
background-color: #2F158D;
}
.BgClassName
{
background-color: #2F158D;
}
</style>
border-color css
<style>
span { border-color: #2F158D; }
span { border-color: rgb(47,21,141); }
td.TdClassName
{
border-color: #2F158D;
}
.TagClassName
{
border-color: #2F158D;
}
</style>