Shades of Persian Blue #1531DF
Tints of Persian Blue #1531DF
RGB
CMYK
RGB Variations
Color information
#1531DF (or 0x1531DF) is known color: Persian Blue. HEX triplet: 15, 31 and DF. RGB value is (21,49,223). Sum of RGB (Red+Green+Blue) = 21+49+223=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #1531DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531DF is #EACE20. Grayscale: #3B3B3B. Windows color (decimal): -15388193 or 14627093. OLE color: 14627093.
HSL color Cylindrical-coordinate representation of color #1531DF: hue angle of 231.68º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1531DF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 49 | 223 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.13 |
| HSL | 231.68º | 0.83% | 0.48% | - |
| HSV(B) | 231.68º | 0.91% | 0.87% | - |
| XYZ | 14.73 | 7.68 | 70.52 | - |
| YUV | 60.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 223 | 0.91 | 0.78 | 0 | 0.13 | 231.68 | 0.83 | 0.48 |
| Hex | 15 | 31 | DF | 5B | 4E | 0 | D | E8 | 53 | 30 |
| Octal | 25 | 61 | 337 | 133 | 116 | 0 | 15 | 350 | 123 | 60 |
| Binary | 10101 | 110001 | 11011111 | 1011011 | 1001110 | 0 | 1101 | 11101000 | 1010011 | 110000 |
Color Harmonies of #1531DF
Complementary color
Monochromatic Colors of #1531DF
Black with #1531DF
Text Example
Text Example
White with #1531DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1531DF; }
p { color: rgb(21,49,223); }
H1.HeaderClassName
{
color: #1531DF;
}
.AnyTagClassName
{
color: #1531DF;
}
</style>
background-color css
<style>
a { background-color: #1531DF; }
a { background-color: rgb(21,49,223); }
div.DivClassName
{
background-color: #1531DF;
}
.BgClassName
{
background-color: #1531DF;
}
</style>
border-color css
<style>
span { border-color: #1531DF; }
span { border-color: rgb(21,49,223); }
td.TdClassName
{
border-color: #1531DF;
}
.TagClassName
{
border-color: #1531DF;
}
</style>