Shades of Persian Blue #281FDF
Tints of Persian Blue #281FDF
RGB
CMYK
RGB Variations
Color information
#281FDF (or 0x281FDF) is known color: Persian Blue. HEX triplet: 28, 1F and DF. RGB value is (40,31,223). Sum of RGB (Red+Green+Blue) = 40+31+223=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #281FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281FDF is #D7E020. Grayscale: #363636. Windows color (decimal): -14147617 or 14622504. OLE color: 14622504.
HSL color Cylindrical-coordinate representation of color #281FDF: hue angle of 242.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281FDF is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 31 | 223 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.13 |
| HSL | 242.81º | 0.76% | 0.5% | - |
| HSV(B) | 242.81º | 0.86% | 0.87% | - |
| XYZ | 14.68 | 6.76 | 70.34 | - |
| YUV | 55.58 | 222.48 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 223 | 0.82 | 0.86 | 0 | 0.13 | 242.81 | 0.76 | 0.5 |
| Hex | 28 | 1F | DF | 52 | 56 | 0 | D | F3 | 4C | 32 |
| Octal | 50 | 37 | 337 | 122 | 126 | 0 | 15 | 363 | 114 | 62 |
| Binary | 101000 | 11111 | 11011111 | 1010010 | 1010110 | 0 | 1101 | 11110011 | 1001100 | 110010 |
Color Harmonies of #281FDF
Complementary color
Monochromatic Colors of #281FDF
Black with #281FDF
Text Example
Text Example
White with #281FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FDF; }
p { color: rgb(40,31,223); }
H1.HeaderClassName
{
color: #281FDF;
}
.AnyTagClassName
{
color: #281FDF;
}
</style>
background-color css
<style>
a { background-color: #281FDF; }
a { background-color: rgb(40,31,223); }
div.DivClassName
{
background-color: #281FDF;
}
.BgClassName
{
background-color: #281FDF;
}
</style>
border-color css
<style>
span { border-color: #281FDF; }
span { border-color: rgb(40,31,223); }
td.TdClassName
{
border-color: #281FDF;
}
.TagClassName
{
border-color: #281FDF;
}
</style>