Shades of Persian Indigo #1F0467
Tints of Persian Indigo #1F0467
RGB
CMYK
RGB Variations
Color information
#1F0467 (or 0x1F0467) is known color: Persian Indigo. HEX triplet: 1F, 04 and 67. RGB value is (31,4,103). Sum of RGB (Red+Green+Blue) = 31+4+103=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F0467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0467 is #E0FB98. Grayscale: #161616. Windows color (decimal): -14744473 or 6751263. OLE color: 6751263.
HSL color Cylindrical-coordinate representation of color #1F0467: hue angle of 256.36º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F0467 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 4 | 103 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.60 |
| HSL | 256.36º | 0.93% | 0.21% | - |
| HSV(B) | 256.36º | 0.96% | 0.4% | - |
| XYZ | 3.06 | 1.36 | 12.93 | - |
| YUV | 23.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 103 | 0.70 | 0.96 | 0 | 0.60 | 256.36 | 0.93 | 0.21 |
| Hex | 1F | 4 | 67 | 46 | 60 | 0 | 3C | 100 | 5D | 15 |
| Octal | 37 | 4 | 147 | 106 | 140 | 0 | 74 | 400 | 135 | 25 |
| Binary | 11111 | 100 | 1100111 | 1000110 | 1100000 | 0 | 111100 | 100000000 | 1011101 | 10101 |
Color Harmonies of #1F0467
Complementary color
Monochromatic Colors of #1F0467
Black with #1F0467
Text Example
Text Example
White with #1F0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0467; }
p { color: rgb(31,4,103); }
H1.HeaderClassName
{
color: #1F0467;
}
.AnyTagClassName
{
color: #1F0467;
}
</style>
background-color css
<style>
a { background-color: #1F0467; }
a { background-color: rgb(31,4,103); }
div.DivClassName
{
background-color: #1F0467;
}
.BgClassName
{
background-color: #1F0467;
}
</style>
border-color css
<style>
span { border-color: #1F0467; }
span { border-color: rgb(31,4,103); }
td.TdClassName
{
border-color: #1F0467;
}
.TagClassName
{
border-color: #1F0467;
}
</style>