Shades of Persian Indigo #1F045D
Tints of Persian Indigo #1F045D
RGB
CMYK
RGB Variations
Color information
#1F045D (or 0x1F045D) is known color: Persian Indigo. HEX triplet: 1F, 04 and 5D. RGB value is (31,4,93). Sum of RGB (Red+Green+Blue) = 31+4+93=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F045D is #E0FBA2. Grayscale: #151515. Windows color (decimal): -14744483 or 6095903. OLE color: 6095903.
HSL color Cylindrical-coordinate representation of color #1F045D: hue angle of 258.2º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F045D is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 4 | 93 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.64 |
| HSL | 258.2º | 0.92% | 0.19% | - |
| HSV(B) | 258.2º | 0.96% | 0.36% | - |
| XYZ | 2.58 | 1.17 | 10.45 | - |
| YUV | 22.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 93 | 0.67 | 0.96 | 0 | 0.64 | 258.2 | 0.92 | 0.19 |
| Hex | 1F | 4 | 5D | 43 | 60 | 0 | 40 | 102 | 5C | 13 |
| Octal | 37 | 4 | 135 | 103 | 140 | 0 | 100 | 402 | 134 | 23 |
| Binary | 11111 | 100 | 1011101 | 1000011 | 1100000 | 0 | 1000000 | 100000010 | 1011100 | 10011 |
Color Harmonies of #1F045D
Complementary color
Monochromatic Colors of #1F045D
Black with #1F045D
Text Example
Text Example
White with #1F045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F045D; }
p { color: rgb(31,4,93); }
H1.HeaderClassName
{
color: #1F045D;
}
.AnyTagClassName
{
color: #1F045D;
}
</style>
background-color css
<style>
a { background-color: #1F045D; }
a { background-color: rgb(31,4,93); }
div.DivClassName
{
background-color: #1F045D;
}
.BgClassName
{
background-color: #1F045D;
}
</style>
border-color css
<style>
span { border-color: #1F045D; }
span { border-color: rgb(31,4,93); }
td.TdClassName
{
border-color: #1F045D;
}
.TagClassName
{
border-color: #1F045D;
}
</style>