Shades of Persian Indigo #2F0D95
Tints of Persian Indigo #2F0D95
RGB
CMYK
RGB Variations
Color information
#2F0D95 (or 0x2F0D95) is known color: Persian Indigo. HEX triplet: 2F, 0D and 95. RGB value is (47,13,149). Sum of RGB (Red+Green+Blue) = 47+13+149=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F0D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0D95 is #D0F26A. Grayscale: #262626. Windows color (decimal): -13693547 or 9768239. OLE color: 9768239.
HSL color Cylindrical-coordinate representation of color #2F0D95: hue angle of 255º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0D95 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 13 | 149 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.42 |
| HSL | 255º | 0.84% | 0.32% | - |
| HSV(B) | 255º | 0.91% | 0.58% | - |
| XYZ | 6.74 | 3.06 | 28.67 | - |
| YUV | 38.67 | 190.26 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 13 | 149 | 0.68 | 0.91 | 0 | 0.42 | 255 | 0.84 | 0.32 |
| Hex | 2F | D | 95 | 44 | 5B | 0 | 2A | FF | 54 | 20 |
| Octal | 57 | 15 | 225 | 104 | 133 | 0 | 52 | 377 | 124 | 40 |
| Binary | 101111 | 1101 | 10010101 | 1000100 | 1011011 | 0 | 101010 | 11111111 | 1010100 | 100000 |
Color Harmonies of #2F0D95
Complementary color
Monochromatic Colors of #2F0D95
Black with #2F0D95
Text Example
Text Example
White with #2F0D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0D95; }
p { color: rgb(47,13,149); }
H1.HeaderClassName
{
color: #2F0D95;
}
.AnyTagClassName
{
color: #2F0D95;
}
</style>
background-color css
<style>
a { background-color: #2F0D95; }
a { background-color: rgb(47,13,149); }
div.DivClassName
{
background-color: #2F0D95;
}
.BgClassName
{
background-color: #2F0D95;
}
</style>
border-color css
<style>
span { border-color: #2F0D95; }
span { border-color: rgb(47,13,149); }
td.TdClassName
{
border-color: #2F0D95;
}
.TagClassName
{
border-color: #2F0D95;
}
</style>