Shades of Persian Indigo #1F0667
Tints of Persian Indigo #1F0667
RGB
CMYK
RGB Variations
Color information
#1F0667 (or 0x1F0667) is known color: Persian Indigo. HEX triplet: 1F, 06 and 67. RGB value is (31,6,103). Sum of RGB (Red+Green+Blue) = 31+6+103=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F0667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0667 is #E0F998. Grayscale: #181818. Windows color (decimal): -14743961 or 6751775. OLE color: 6751775.
HSL color Cylindrical-coordinate representation of color #1F0667: hue angle of 255.46º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0667 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 6 | 103 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.60 |
| HSL | 255.46º | 0.89% | 0.21% | - |
| HSV(B) | 255.46º | 0.94% | 0.4% | - |
| XYZ | 3.08 | 1.4 | 12.94 | - |
| YUV | 24.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 103 | 0.70 | 0.94 | 0 | 0.60 | 255.46 | 0.89 | 0.21 |
| Hex | 1F | 6 | 67 | 46 | 5E | 0 | 3C | FF | 59 | 15 |
| Octal | 37 | 6 | 147 | 106 | 136 | 0 | 74 | 377 | 131 | 25 |
| Binary | 11111 | 110 | 1100111 | 1000110 | 1011110 | 0 | 111100 | 11111111 | 1011001 | 10101 |
Color Harmonies of #1F0667
Complementary color
Monochromatic Colors of #1F0667
Black with #1F0667
Text Example
Text Example
White with #1F0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0667; }
p { color: rgb(31,6,103); }
H1.HeaderClassName
{
color: #1F0667;
}
.AnyTagClassName
{
color: #1F0667;
}
</style>
background-color css
<style>
a { background-color: #1F0667; }
a { background-color: rgb(31,6,103); }
div.DivClassName
{
background-color: #1F0667;
}
.BgClassName
{
background-color: #1F0667;
}
</style>
border-color css
<style>
span { border-color: #1F0667; }
span { border-color: rgb(31,6,103); }
td.TdClassName
{
border-color: #1F0667;
}
.TagClassName
{
border-color: #1F0667;
}
</style>