Shades of Persian Indigo #1F0174
Tints of Persian Indigo #1F0174
RGB
CMYK
RGB Variations
Color information
#1F0174 (or 0x1F0174) is known color: Persian Indigo. HEX triplet: 1F, 01 and 74. RGB value is (31,1,116). Sum of RGB (Red+Green+Blue) = 31+1+116=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0174 is #E0FE8B. Grayscale: #161616. Windows color (decimal): -14745228 or 7602463. OLE color: 7602463.
HSL color Cylindrical-coordinate representation of color #1F0174: hue angle of 255.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0174 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 1 | 116 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.55 |
| HSL | 255.65º | 0.98% | 0.23% | - |
| HSV(B) | 255.65º | 0.99% | 0.45% | - |
| XYZ | 3.73 | 1.57 | 16.63 | - |
| YUV | 23.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 116 | 0.73 | 0.99 | 0 | 0.55 | 255.65 | 0.98 | 0.23 |
| Hex | 1F | 1 | 74 | 49 | 63 | 0 | 37 | 100 | 62 | 17 |
| Octal | 37 | 1 | 164 | 111 | 143 | 0 | 67 | 400 | 142 | 27 |
| Binary | 11111 | 1 | 1110100 | 1001001 | 1100011 | 0 | 110111 | 100000000 | 1100010 | 10111 |
Color Harmonies of #1F0174
Complementary color
Monochromatic Colors of #1F0174
Black with #1F0174
Text Example
Text Example
White with #1F0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0174; }
p { color: rgb(31,1,116); }
H1.HeaderClassName
{
color: #1F0174;
}
.AnyTagClassName
{
color: #1F0174;
}
</style>
background-color css
<style>
a { background-color: #1F0174; }
a { background-color: rgb(31,1,116); }
div.DivClassName
{
background-color: #1F0174;
}
.BgClassName
{
background-color: #1F0174;
}
</style>
border-color css
<style>
span { border-color: #1F0174; }
span { border-color: rgb(31,1,116); }
td.TdClassName
{
border-color: #1F0174;
}
.TagClassName
{
border-color: #1F0174;
}
</style>