Shades of Persian Indigo #1F0365
Tints of Persian Indigo #1F0365
RGB
CMYK
RGB Variations
Color information
#1F0365 (or 0x1F0365) is known color: Persian Indigo. HEX triplet: 1F, 03 and 65. RGB value is (31,3,101). Sum of RGB (Red+Green+Blue) = 31+3+101=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0365 is #E0FC9A. Grayscale: #161616. Windows color (decimal): -14744731 or 6619935. OLE color: 6619935.
HSL color Cylindrical-coordinate representation of color #1F0365: hue angle of 257.14º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0365 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 3 | 101 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.60 |
| HSL | 257.14º | 0.94% | 0.2% | - |
| HSV(B) | 257.14º | 0.97% | 0.4% | - |
| XYZ | 2.95 | 1.3 | 12.41 | - |
| YUV | 22.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 101 | 0.69 | 0.97 | 0 | 0.60 | 257.14 | 0.94 | 0.2 |
| Hex | 1F | 3 | 65 | 45 | 61 | 0 | 3C | 101 | 5E | 14 |
| Octal | 37 | 3 | 145 | 105 | 141 | 0 | 74 | 401 | 136 | 24 |
| Binary | 11111 | 11 | 1100101 | 1000101 | 1100001 | 0 | 111100 | 100000001 | 1011110 | 10100 |
Color Harmonies of #1F0365
Complementary color
Monochromatic Colors of #1F0365
Black with #1F0365
Text Example
Text Example
White with #1F0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0365; }
p { color: rgb(31,3,101); }
H1.HeaderClassName
{
color: #1F0365;
}
.AnyTagClassName
{
color: #1F0365;
}
</style>
background-color css
<style>
a { background-color: #1F0365; }
a { background-color: rgb(31,3,101); }
div.DivClassName
{
background-color: #1F0365;
}
.BgClassName
{
background-color: #1F0365;
}
</style>
border-color css
<style>
span { border-color: #1F0365; }
span { border-color: rgb(31,3,101); }
td.TdClassName
{
border-color: #1F0365;
}
.TagClassName
{
border-color: #1F0365;
}
</style>