Shades of Persian Indigo #1F076E
Tints of Persian Indigo #1F076E
RGB
CMYK
RGB Variations
Color information
#1F076E (or 0x1F076E) is known color: Persian Indigo. HEX triplet: 1F, 07 and 6E. RGB value is (31,7,110). Sum of RGB (Red+Green+Blue) = 31+7+110=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F076E is #E0F891. Grayscale: #191919. Windows color (decimal): -14743698 or 7210783. OLE color: 7210783.
HSL color Cylindrical-coordinate representation of color #1F076E: hue angle of 253.98º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F076E is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 7 | 110 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.57 |
| HSL | 253.98º | 0.88% | 0.23% | - |
| HSV(B) | 253.98º | 0.94% | 0.43% | - |
| XYZ | 3.46 | 1.57 | 14.87 | - |
| YUV | 25.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 110 | 0.72 | 0.94 | 0 | 0.57 | 253.98 | 0.88 | 0.23 |
| Hex | 1F | 7 | 6E | 48 | 5E | 0 | 39 | FE | 58 | 17 |
| Octal | 37 | 7 | 156 | 110 | 136 | 0 | 71 | 376 | 130 | 27 |
| Binary | 11111 | 111 | 1101110 | 1001000 | 1011110 | 0 | 111001 | 11111110 | 1011000 | 10111 |
Color Harmonies of #1F076E
Complementary color
Monochromatic Colors of #1F076E
Black with #1F076E
Text Example
Text Example
White with #1F076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F076E; }
p { color: rgb(31,7,110); }
H1.HeaderClassName
{
color: #1F076E;
}
.AnyTagClassName
{
color: #1F076E;
}
</style>
background-color css
<style>
a { background-color: #1F076E; }
a { background-color: rgb(31,7,110); }
div.DivClassName
{
background-color: #1F076E;
}
.BgClassName
{
background-color: #1F076E;
}
</style>
border-color css
<style>
span { border-color: #1F076E; }
span { border-color: rgb(31,7,110); }
td.TdClassName
{
border-color: #1F076E;
}
.TagClassName
{
border-color: #1F076E;
}
</style>