Shades of Persian Blue #1F2DC0
Tints of Persian Blue #1F2DC0
RGB
CMYK
RGB Variations
Color information
#1F2DC0 (or 0x1F2DC0) is known color: Persian Blue. HEX triplet: 1F, 2D and C0. RGB value is (31,45,192). Sum of RGB (Red+Green+Blue) = 31+45+192=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F2DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2DC0 is #E0D23F. Grayscale: #383838. Windows color (decimal): -14733888 or 12594463. OLE color: 12594463.
HSL color Cylindrical-coordinate representation of color #1F2DC0: hue angle of 234.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F2DC0 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 45 | 192 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.25 |
| HSL | 234.78º | 0.72% | 0.44% | - |
| HSV(B) | 234.78º | 0.84% | 0.75% | - |
| XYZ | 11.02 | 5.97 | 50.44 | - |
| YUV | 57.57 | 203.86 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 192 | 0.84 | 0.77 | 0 | 0.25 | 234.78 | 0.72 | 0.44 |
| Hex | 1F | 2D | C0 | 54 | 4D | 0 | 19 | EB | 48 | 2C |
| Octal | 37 | 55 | 300 | 124 | 115 | 0 | 31 | 353 | 110 | 54 |
| Binary | 11111 | 101101 | 11000000 | 1010100 | 1001101 | 0 | 11001 | 11101011 | 1001000 | 101100 |
Color Harmonies of #1F2DC0
Complementary color
Monochromatic Colors of #1F2DC0
Black with #1F2DC0
Text Example
Text Example
White with #1F2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2DC0; }
p { color: rgb(31,45,192); }
H1.HeaderClassName
{
color: #1F2DC0;
}
.AnyTagClassName
{
color: #1F2DC0;
}
</style>
background-color css
<style>
a { background-color: #1F2DC0; }
a { background-color: rgb(31,45,192); }
div.DivClassName
{
background-color: #1F2DC0;
}
.BgClassName
{
background-color: #1F2DC0;
}
</style>
border-color css
<style>
span { border-color: #1F2DC0; }
span { border-color: rgb(31,45,192); }
td.TdClassName
{
border-color: #1F2DC0;
}
.TagClassName
{
border-color: #1F2DC0;
}
</style>