Shades of Persian Indigo #1F037A
Tints of Persian Indigo #1F037A
RGB
CMYK
RGB Variations
Color information
#1F037A (or 0x1F037A) is known color: Persian Indigo. HEX triplet: 1F, 03 and 7A. RGB value is (31,3,122). Sum of RGB (Red+Green+Blue) = 31+3+122=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F037A is #E0FC85. Grayscale: #181818. Windows color (decimal): -14744710 or 7996191. OLE color: 7996191.
HSL color Cylindrical-coordinate representation of color #1F037A: hue angle of 254.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F037A is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 3 | 122 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.52 |
| HSL | 254.12º | 0.95% | 0.25% | - |
| HSV(B) | 254.12º | 0.98% | 0.48% | - |
| XYZ | 4.11 | 1.76 | 18.54 | - |
| YUV | 24.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 122 | 0.75 | 0.98 | 0 | 0.52 | 254.12 | 0.95 | 0.25 |
| Hex | 1F | 3 | 7A | 4B | 62 | 0 | 34 | FE | 5F | 19 |
| Octal | 37 | 3 | 172 | 113 | 142 | 0 | 64 | 376 | 137 | 31 |
| Binary | 11111 | 11 | 1111010 | 1001011 | 1100010 | 0 | 110100 | 11111110 | 1011111 | 11001 |
Color Harmonies of #1F037A
Complementary color
Monochromatic Colors of #1F037A
Black with #1F037A
Text Example
Text Example
White with #1F037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F037A; }
p { color: rgb(31,3,122); }
H1.HeaderClassName
{
color: #1F037A;
}
.AnyTagClassName
{
color: #1F037A;
}
</style>
background-color css
<style>
a { background-color: #1F037A; }
a { background-color: rgb(31,3,122); }
div.DivClassName
{
background-color: #1F037A;
}
.BgClassName
{
background-color: #1F037A;
}
</style>
border-color css
<style>
span { border-color: #1F037A; }
span { border-color: rgb(31,3,122); }
td.TdClassName
{
border-color: #1F037A;
}
.TagClassName
{
border-color: #1F037A;
}
</style>