Shades of Persian Indigo #301F71
Tints of Persian Indigo #301F71
RGB
CMYK
RGB Variations
Color information
#301F71 (or 0x301F71) is known color: Persian Indigo. HEX triplet: 30, 1F and 71. RGB value is (48,31,113). Sum of RGB (Red+Green+Blue) = 48+31+113=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #301F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F71 is #CFE08E. Grayscale: #2D2D2D. Windows color (decimal): -13623439 or 7413552. OLE color: 7413552.
HSL color Cylindrical-coordinate representation of color #301F71: hue angle of 252.44º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301F71 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 31 | 113 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.56 |
| HSL | 252.44º | 0.57% | 0.28% | - |
| HSV(B) | 252.44º | 0.73% | 0.44% | - |
| XYZ | 4.69 | 2.8 | 15.92 | - |
| YUV | 45.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 113 | 0.58 | 0.73 | 0 | 0.56 | 252.44 | 0.57 | 0.28 |
| Hex | 30 | 1F | 71 | 3A | 49 | 0 | 38 | FC | 39 | 1C |
| Octal | 60 | 37 | 161 | 72 | 111 | 0 | 70 | 374 | 71 | 34 |
| Binary | 110000 | 11111 | 1110001 | 111010 | 1001001 | 0 | 111000 | 11111100 | 111001 | 11100 |
Color Harmonies of #301F71
Complementary color
Monochromatic Colors of #301F71
Black with #301F71
Text Example
Text Example
White with #301F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F71; }
p { color: rgb(48,31,113); }
H1.HeaderClassName
{
color: #301F71;
}
.AnyTagClassName
{
color: #301F71;
}
</style>
background-color css
<style>
a { background-color: #301F71; }
a { background-color: rgb(48,31,113); }
div.DivClassName
{
background-color: #301F71;
}
.BgClassName
{
background-color: #301F71;
}
</style>
border-color css
<style>
span { border-color: #301F71; }
span { border-color: rgb(48,31,113); }
td.TdClassName
{
border-color: #301F71;
}
.TagClassName
{
border-color: #301F71;
}
</style>