Shades of Persian Indigo #1F035C
Tints of Persian Indigo #1F035C
RGB
CMYK
RGB Variations
Color information
#1F035C (or 0x1F035C) is known color: Persian Indigo. HEX triplet: 1F, 03 and 5C. RGB value is (31,3,92). Sum of RGB (Red+Green+Blue) = 31+3+92=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F035C is #E0FCA3. Grayscale: #151515. Windows color (decimal): -14744740 or 6030111. OLE color: 6030111.
HSL color Cylindrical-coordinate representation of color #1F035C: hue angle of 258.88º 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 #1F035C is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 3 | 92 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.64 |
| HSL | 258.88º | 0.94% | 0.19% | - |
| HSV(B) | 258.88º | 0.97% | 0.36% | - |
| XYZ | 2.53 | 1.13 | 10.21 | - |
| YUV | 21.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 92 | 0.66 | 0.97 | 0 | 0.64 | 258.88 | 0.94 | 0.19 |
| Hex | 1F | 3 | 5C | 42 | 61 | 0 | 40 | 103 | 5E | 13 |
| Octal | 37 | 3 | 134 | 102 | 141 | 0 | 100 | 403 | 136 | 23 |
| Binary | 11111 | 11 | 1011100 | 1000010 | 1100001 | 0 | 1000000 | 100000011 | 1011110 | 10011 |
Color Harmonies of #1F035C
Complementary color
Monochromatic Colors of #1F035C
Black with #1F035C
Text Example
Text Example
White with #1F035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F035C; }
p { color: rgb(31,3,92); }
H1.HeaderClassName
{
color: #1F035C;
}
.AnyTagClassName
{
color: #1F035C;
}
</style>
background-color css
<style>
a { background-color: #1F035C; }
a { background-color: rgb(31,3,92); }
div.DivClassName
{
background-color: #1F035C;
}
.BgClassName
{
background-color: #1F035C;
}
</style>
border-color css
<style>
span { border-color: #1F035C; }
span { border-color: rgb(31,3,92); }
td.TdClassName
{
border-color: #1F035C;
}
.TagClassName
{
border-color: #1F035C;
}
</style>