Shades of Persian Indigo #1F0374
Tints of Persian Indigo #1F0374
RGB
CMYK
RGB Variations
Color information
#1F0374 (or 0x1F0374) is known color: Persian Indigo. HEX triplet: 1F, 03 and 74. RGB value is (31,3,116). Sum of RGB (Red+Green+Blue) = 31+3+116=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 116 (45.70% from 255 or 77.33% from 150); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F0374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0374 is #E0FC8B. Grayscale: #171717. Windows color (decimal): -14744716 or 7602975. OLE color: 7602975.
HSL color Cylindrical-coordinate representation of color #1F0374: hue angle of 254.87º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0374 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 3 | 116 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.55 |
| HSL | 254.87º | 0.95% | 0.23% | - |
| HSV(B) | 254.87º | 0.97% | 0.45% | - |
| XYZ | 3.75 | 1.62 | 16.64 | - |
| YUV | 24.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 116 | 0.73 | 0.97 | 0 | 0.55 | 254.87 | 0.95 | 0.23 |
| Hex | 1F | 3 | 74 | 49 | 61 | 0 | 37 | FF | 5F | 17 |
| Octal | 37 | 3 | 164 | 111 | 141 | 0 | 67 | 377 | 137 | 27 |
| Binary | 11111 | 11 | 1110100 | 1001001 | 1100001 | 0 | 110111 | 11111111 | 1011111 | 10111 |
Color Harmonies of #1F0374
Complementary color
Monochromatic Colors of #1F0374
Black with #1F0374
Text Example
Text Example
White with #1F0374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0374; }
p { color: rgb(31,3,116); }
H1.HeaderClassName
{
color: #1F0374;
}
.AnyTagClassName
{
color: #1F0374;
}
</style>
background-color css
<style>
a { background-color: #1F0374; }
a { background-color: rgb(31,3,116); }
div.DivClassName
{
background-color: #1F0374;
}
.BgClassName
{
background-color: #1F0374;
}
</style>
border-color css
<style>
span { border-color: #1F0374; }
span { border-color: rgb(31,3,116); }
td.TdClassName
{
border-color: #1F0374;
}
.TagClassName
{
border-color: #1F0374;
}
</style>