Shades of Persian Indigo #2F137F
Tints of Persian Indigo #2F137F
RGB
CMYK
RGB Variations
Color information
#2F137F (or 0x2F137F) is known color: Persian Indigo. HEX triplet: 2F, 13 and 7F. RGB value is (47,19,127). Sum of RGB (Red+Green+Blue) = 47+19+127=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F137F is #D0EC80. Grayscale: #272727. Windows color (decimal): -13692033 or 8327983. OLE color: 8327983.
HSL color Cylindrical-coordinate representation of color #2F137F: hue angle of 255.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F137F is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 19 | 127 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.50 |
| HSL | 255.56º | 0.74% | 0.29% | - |
| HSV(B) | 255.56º | 0.85% | 0.5% | - |
| XYZ | 5.24 | 2.6 | 20.31 | - |
| YUV | 39.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 127 | 0.63 | 0.85 | 0 | 0.50 | 255.56 | 0.74 | 0.29 |
| Hex | 2F | 13 | 7F | 3F | 55 | 0 | 32 | 100 | 4A | 1D |
| Octal | 57 | 23 | 177 | 77 | 125 | 0 | 62 | 400 | 112 | 35 |
| Binary | 101111 | 10011 | 1111111 | 111111 | 1010101 | 0 | 110010 | 100000000 | 1001010 | 11101 |
Color Harmonies of #2F137F
Complementary color
Monochromatic Colors of #2F137F
Black with #2F137F
Text Example
Text Example
White with #2F137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F137F; }
p { color: rgb(47,19,127); }
H1.HeaderClassName
{
color: #2F137F;
}
.AnyTagClassName
{
color: #2F137F;
}
</style>
background-color css
<style>
a { background-color: #2F137F; }
a { background-color: rgb(47,19,127); }
div.DivClassName
{
background-color: #2F137F;
}
.BgClassName
{
background-color: #2F137F;
}
</style>
border-color css
<style>
span { border-color: #2F137F; }
span { border-color: rgb(47,19,127); }
td.TdClassName
{
border-color: #2F137F;
}
.TagClassName
{
border-color: #2F137F;
}
</style>