Shades of Persian Indigo #1F035D
Tints of Persian Indigo #1F035D
RGB
CMYK
RGB Variations
Color information
#1F035D (or 0x1F035D) is known color: Persian Indigo. HEX triplet: 1F, 03 and 5D. RGB value is (31,3,93). Sum of RGB (Red+Green+Blue) = 31+3+93=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F035D is #E0FCA2. Grayscale: #151515. Windows color (decimal): -14744739 or 6095647. OLE color: 6095647.
HSL color Cylindrical-coordinate representation of color #1F035D: hue angle of 258.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F035D is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 3 | 93 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.64 |
| HSL | 258.67º | 0.94% | 0.19% | - |
| HSV(B) | 258.67º | 0.97% | 0.36% | - |
| XYZ | 2.57 | 1.15 | 10.44 | - |
| YUV | 21.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 93 | 0.67 | 0.97 | 0 | 0.64 | 258.67 | 0.94 | 0.19 |
| Hex | 1F | 3 | 5D | 43 | 61 | 0 | 40 | 103 | 5E | 13 |
| Octal | 37 | 3 | 135 | 103 | 141 | 0 | 100 | 403 | 136 | 23 |
| Binary | 11111 | 11 | 1011101 | 1000011 | 1100001 | 0 | 1000000 | 100000011 | 1011110 | 10011 |
Color Harmonies of #1F035D
Complementary color
Monochromatic Colors of #1F035D
Black with #1F035D
Text Example
Text Example
White with #1F035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F035D; }
p { color: rgb(31,3,93); }
H1.HeaderClassName
{
color: #1F035D;
}
.AnyTagClassName
{
color: #1F035D;
}
</style>
background-color css
<style>
a { background-color: #1F035D; }
a { background-color: rgb(31,3,93); }
div.DivClassName
{
background-color: #1F035D;
}
.BgClassName
{
background-color: #1F035D;
}
</style>
border-color css
<style>
span { border-color: #1F035D; }
span { border-color: rgb(31,3,93); }
td.TdClassName
{
border-color: #1F035D;
}
.TagClassName
{
border-color: #1F035D;
}
</style>