Shades of Persian Blue #1F1DCC
Tints of Persian Blue #1F1DCC
RGB
CMYK
RGB Variations
Color information
#1F1DCC (or 0x1F1DCC) is known color: Persian Blue. HEX triplet: 1F, 1D and CC. RGB value is (31,29,204). Sum of RGB (Red+Green+Blue) = 31+29+204=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F1DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1DCC is #E0E233. Grayscale: #303030. Windows color (decimal): -14737972 or 13376799. OLE color: 13376799.
HSL color Cylindrical-coordinate representation of color #1F1DCC: hue angle of 240.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1DCC is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 29 | 204 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.2 |
| HSL | 240.69º | 0.75% | 0.46% | - |
| HSV(B) | 240.69º | 0.86% | 0.8% | - |
| XYZ | 11.9 | 5.53 | 57.57 | - |
| YUV | 49.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 204 | 0.85 | 0.86 | 0 | 0.2 | 240.69 | 0.75 | 0.46 |
| Hex | 1F | 1D | CC | 55 | 56 | 0 | 14 | F1 | 4B | 2E |
| Octal | 37 | 35 | 314 | 125 | 126 | 0 | 24 | 361 | 113 | 56 |
| Binary | 11111 | 11101 | 11001100 | 1010101 | 1010110 | 0 | 10100 | 11110001 | 1001011 | 101110 |
Color Harmonies of #1F1DCC
Complementary color
Monochromatic Colors of #1F1DCC
Black with #1F1DCC
Text Example
Text Example
White with #1F1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1DCC; }
p { color: rgb(31,29,204); }
H1.HeaderClassName
{
color: #1F1DCC;
}
.AnyTagClassName
{
color: #1F1DCC;
}
</style>
background-color css
<style>
a { background-color: #1F1DCC; }
a { background-color: rgb(31,29,204); }
div.DivClassName
{
background-color: #1F1DCC;
}
.BgClassName
{
background-color: #1F1DCC;
}
</style>
border-color css
<style>
span { border-color: #1F1DCC; }
span { border-color: rgb(31,29,204); }
td.TdClassName
{
border-color: #1F1DCC;
}
.TagClassName
{
border-color: #1F1DCC;
}
</style>