Shades of Persian Indigo #1F025D
Tints of Persian Indigo #1F025D
RGB
CMYK
RGB Variations
Color information
#1F025D (or 0x1F025D) is known color: Persian Indigo. HEX triplet: 1F, 02 and 5D. RGB value is (31,2,93). Sum of RGB (Red+Green+Blue) = 31+2+93=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025D is #E0FDA2. Grayscale: #141414. Windows color (decimal): -14744995 or 6095391. OLE color: 6095391.
HSL color Cylindrical-coordinate representation of color #1F025D: hue angle of 259.12º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F025D is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 2 | 93 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.64 |
| HSL | 259.12º | 0.96% | 0.19% | - |
| HSV(B) | 259.12º | 0.98% | 0.36% | - |
| XYZ | 2.56 | 1.13 | 10.44 | - |
| YUV | 21.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 93 | 0.67 | 0.98 | 0 | 0.64 | 259.12 | 0.96 | 0.19 |
| Hex | 1F | 2 | 5D | 43 | 62 | 0 | 40 | 103 | 60 | 13 |
| Octal | 37 | 2 | 135 | 103 | 142 | 0 | 100 | 403 | 140 | 23 |
| Binary | 11111 | 10 | 1011101 | 1000011 | 1100010 | 0 | 1000000 | 100000011 | 1100000 | 10011 |
Color Harmonies of #1F025D
Complementary color
Monochromatic Colors of #1F025D
Black with #1F025D
Text Example
Text Example
White with #1F025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F025D; }
p { color: rgb(31,2,93); }
H1.HeaderClassName
{
color: #1F025D;
}
.AnyTagClassName
{
color: #1F025D;
}
</style>
background-color css
<style>
a { background-color: #1F025D; }
a { background-color: rgb(31,2,93); }
div.DivClassName
{
background-color: #1F025D;
}
.BgClassName
{
background-color: #1F025D;
}
</style>
border-color css
<style>
span { border-color: #1F025D; }
span { border-color: rgb(31,2,93); }
td.TdClassName
{
border-color: #1F025D;
}
.TagClassName
{
border-color: #1F025D;
}
</style>