Shades of Persian Indigo #1F027E
Tints of Persian Indigo #1F027E
RGB
CMYK
RGB Variations
Color information
#1F027E (or 0x1F027E) is known color: Persian Indigo. HEX triplet: 1F, 02 and 7E. RGB value is (31,2,126). Sum of RGB (Red+Green+Blue) = 31+2+126=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F027E is #E0FD81. Grayscale: #181818. Windows color (decimal): -14744962 or 8258079. OLE color: 8258079.
HSL color Cylindrical-coordinate representation of color #1F027E: hue angle of 254.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F027E is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 2 | 126 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.51 |
| HSL | 254.03º | 0.97% | 0.25% | - |
| HSV(B) | 254.03º | 0.98% | 0.49% | - |
| XYZ | 4.35 | 1.84 | 19.86 | - |
| YUV | 24.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 126 | 0.75 | 0.98 | 0 | 0.51 | 254.03 | 0.97 | 0.25 |
| Hex | 1F | 2 | 7E | 4B | 62 | 0 | 33 | FE | 61 | 19 |
| Octal | 37 | 2 | 176 | 113 | 142 | 0 | 63 | 376 | 141 | 31 |
| Binary | 11111 | 10 | 1111110 | 1001011 | 1100010 | 0 | 110011 | 11111110 | 1100001 | 11001 |
Color Harmonies of #1F027E
Complementary color
Monochromatic Colors of #1F027E
Black with #1F027E
Text Example
Text Example
White with #1F027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F027E; }
p { color: rgb(31,2,126); }
H1.HeaderClassName
{
color: #1F027E;
}
.AnyTagClassName
{
color: #1F027E;
}
</style>
background-color css
<style>
a { background-color: #1F027E; }
a { background-color: rgb(31,2,126); }
div.DivClassName
{
background-color: #1F027E;
}
.BgClassName
{
background-color: #1F027E;
}
</style>
border-color css
<style>
span { border-color: #1F027E; }
span { border-color: rgb(31,2,126); }
td.TdClassName
{
border-color: #1F027E;
}
.TagClassName
{
border-color: #1F027E;
}
</style>