Shades of Persian Indigo #1F0265
Tints of Persian Indigo #1F0265
RGB
CMYK
RGB Variations
Color information
#1F0265 (or 0x1F0265) is known color: Persian Indigo. HEX triplet: 1F, 02 and 65. RGB value is (31,2,101). Sum of RGB (Red+Green+Blue) = 31+2+101=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0265 is #E0FD9A. Grayscale: #151515. Windows color (decimal): -14744987 or 6619679. OLE color: 6619679.
HSL color Cylindrical-coordinate representation of color #1F0265: hue angle of 257.58º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0265 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 2 | 101 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.60 |
| HSL | 257.58º | 0.96% | 0.2% | - |
| HSV(B) | 257.58º | 0.98% | 0.4% | - |
| XYZ | 2.94 | 1.27 | 12.4 | - |
| YUV | 21.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 101 | 0.69 | 0.98 | 0 | 0.60 | 257.58 | 0.96 | 0.2 |
| Hex | 1F | 2 | 65 | 45 | 62 | 0 | 3C | 102 | 60 | 14 |
| Octal | 37 | 2 | 145 | 105 | 142 | 0 | 74 | 402 | 140 | 24 |
| Binary | 11111 | 10 | 1100101 | 1000101 | 1100010 | 0 | 111100 | 100000010 | 1100000 | 10100 |
Color Harmonies of #1F0265
Complementary color
Monochromatic Colors of #1F0265
Black with #1F0265
Text Example
Text Example
White with #1F0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0265; }
p { color: rgb(31,2,101); }
H1.HeaderClassName
{
color: #1F0265;
}
.AnyTagClassName
{
color: #1F0265;
}
</style>
background-color css
<style>
a { background-color: #1F0265; }
a { background-color: rgb(31,2,101); }
div.DivClassName
{
background-color: #1F0265;
}
.BgClassName
{
background-color: #1F0265;
}
</style>
border-color css
<style>
span { border-color: #1F0265; }
span { border-color: rgb(31,2,101); }
td.TdClassName
{
border-color: #1F0265;
}
.TagClassName
{
border-color: #1F0265;
}
</style>