Shades of Persian Indigo #1F026D
Tints of Persian Indigo #1F026D
RGB
CMYK
RGB Variations
Color information
#1F026D (or 0x1F026D) is known color: Persian Indigo. HEX triplet: 1F, 02 and 6D. RGB value is (31,2,109). Sum of RGB (Red+Green+Blue) = 31+2+109=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F026D is #E0FD92. Grayscale: #161616. Windows color (decimal): -14744979 or 7143967. OLE color: 7143967.
HSL color Cylindrical-coordinate representation of color #1F026D: hue angle of 256.26º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F026D is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 2 | 109 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.57 |
| HSL | 256.26º | 0.96% | 0.22% | - |
| HSV(B) | 256.26º | 0.98% | 0.43% | - |
| XYZ | 3.35 | 1.44 | 14.57 | - |
| YUV | 22.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 109 | 0.72 | 0.98 | 0 | 0.57 | 256.26 | 0.96 | 0.22 |
| Hex | 1F | 2 | 6D | 48 | 62 | 0 | 39 | 100 | 60 | 16 |
| Octal | 37 | 2 | 155 | 110 | 142 | 0 | 71 | 400 | 140 | 26 |
| Binary | 11111 | 10 | 1101101 | 1001000 | 1100010 | 0 | 111001 | 100000000 | 1100000 | 10110 |
Color Harmonies of #1F026D
Complementary color
Monochromatic Colors of #1F026D
Black with #1F026D
Text Example
Text Example
White with #1F026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F026D; }
p { color: rgb(31,2,109); }
H1.HeaderClassName
{
color: #1F026D;
}
.AnyTagClassName
{
color: #1F026D;
}
</style>
background-color css
<style>
a { background-color: #1F026D; }
a { background-color: rgb(31,2,109); }
div.DivClassName
{
background-color: #1F026D;
}
.BgClassName
{
background-color: #1F026D;
}
</style>
border-color css
<style>
span { border-color: #1F026D; }
span { border-color: rgb(31,2,109); }
td.TdClassName
{
border-color: #1F026D;
}
.TagClassName
{
border-color: #1F026D;
}
</style>