Shades of Persian Indigo #2F177F
Tints of Persian Indigo #2F177F
RGB
CMYK
RGB Variations
Color information
#2F177F (or 0x2F177F) is known color: Persian Indigo. HEX triplet: 2F, 17 and 7F. RGB value is (47,23,127). Sum of RGB (Red+Green+Blue) = 47+23+127=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F177F is #D0E880. Grayscale: #292929. Windows color (decimal): -13691009 or 8329007. OLE color: 8329007.
HSL color Cylindrical-coordinate representation of color #2F177F: hue angle of 253.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F177F is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 47 | 23 | 127 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.50 |
| HSL | 253.85º | 0.69% | 0.29% | - |
| HSV(B) | 253.85º | 0.82% | 0.5% | - |
| XYZ | 5.31 | 2.75 | 20.33 | - |
| YUV | 42.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 127 | 0.63 | 0.82 | 0 | 0.50 | 253.85 | 0.69 | 0.29 |
| Hex | 2F | 17 | 7F | 3F | 52 | 0 | 32 | FE | 45 | 1D |
| Octal | 57 | 27 | 177 | 77 | 122 | 0 | 62 | 376 | 105 | 35 |
| Binary | 101111 | 10111 | 1111111 | 111111 | 1010010 | 0 | 110010 | 11111110 | 1000101 | 11101 |
Color Harmonies of #2F177F
Complementary color
Monochromatic Colors of #2F177F
Black with #2F177F
Text Example
Text Example
White with #2F177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F177F; }
p { color: rgb(47,23,127); }
H1.HeaderClassName
{
color: #2F177F;
}
.AnyTagClassName
{
color: #2F177F;
}
</style>
background-color css
<style>
a { background-color: #2F177F; }
a { background-color: rgb(47,23,127); }
div.DivClassName
{
background-color: #2F177F;
}
.BgClassName
{
background-color: #2F177F;
}
</style>
border-color css
<style>
span { border-color: #2F177F; }
span { border-color: rgb(47,23,127); }
td.TdClassName
{
border-color: #2F177F;
}
.TagClassName
{
border-color: #2F177F;
}
</style>