Shades of Persian Indigo #1F0269
Tints of Persian Indigo #1F0269
RGB
CMYK
RGB Variations
Color information
#1F0269 (or 0x1F0269) is known color: Persian Indigo. HEX triplet: 1F, 02 and 69. RGB value is (31,2,105). Sum of RGB (Red+Green+Blue) = 31+2+105=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0269 is #E0FD96. Grayscale: #161616. Windows color (decimal): -14744983 or 6881823. OLE color: 6881823.
HSL color Cylindrical-coordinate representation of color #1F0269: hue angle of 256.89º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0269 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 2 | 105 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.59 |
| HSL | 256.89º | 0.96% | 0.21% | - |
| HSV(B) | 256.89º | 0.98% | 0.41% | - |
| XYZ | 3.14 | 1.35 | 13.46 | - |
| YUV | 22.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 105 | 0.70 | 0.98 | 0 | 0.59 | 256.89 | 0.96 | 0.21 |
| Hex | 1F | 2 | 69 | 46 | 62 | 0 | 3B | 101 | 60 | 15 |
| Octal | 37 | 2 | 151 | 106 | 142 | 0 | 73 | 401 | 140 | 25 |
| Binary | 11111 | 10 | 1101001 | 1000110 | 1100010 | 0 | 111011 | 100000001 | 1100000 | 10101 |
Color Harmonies of #1F0269
Complementary color
Monochromatic Colors of #1F0269
Black with #1F0269
Text Example
Text Example
White with #1F0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0269; }
p { color: rgb(31,2,105); }
H1.HeaderClassName
{
color: #1F0269;
}
.AnyTagClassName
{
color: #1F0269;
}
</style>
background-color css
<style>
a { background-color: #1F0269; }
a { background-color: rgb(31,2,105); }
div.DivClassName
{
background-color: #1F0269;
}
.BgClassName
{
background-color: #1F0269;
}
</style>
border-color css
<style>
span { border-color: #1F0269; }
span { border-color: rgb(31,2,105); }
td.TdClassName
{
border-color: #1F0269;
}
.TagClassName
{
border-color: #1F0269;
}
</style>