Shades of Persian Blue #282FDF
Tints of Persian Blue #282FDF
RGB
CMYK
RGB Variations
Color information
#282FDF (or 0x282FDF) is known color: Persian Blue. HEX triplet: 28, 2F and DF. RGB value is (40,47,223). Sum of RGB (Red+Green+Blue) = 40+47+223=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #282FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FDF is #D7D020. Grayscale: #404040. Windows color (decimal): -14143521 or 14626600. OLE color: 14626600.
HSL color Cylindrical-coordinate representation of color #282FDF: hue angle of 237.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282FDF is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 47 | 223 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.13 |
| HSL | 237.7º | 0.74% | 0.52% | - |
| HSV(B) | 237.7º | 0.82% | 0.87% | - |
| XYZ | 15.21 | 7.81 | 70.52 | - |
| YUV | 64.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 223 | 0.82 | 0.79 | 0 | 0.13 | 237.7 | 0.74 | 0.52 |
| Hex | 28 | 2F | DF | 52 | 4F | 0 | D | EE | 4A | 34 |
| Octal | 50 | 57 | 337 | 122 | 117 | 0 | 15 | 356 | 112 | 64 |
| Binary | 101000 | 101111 | 11011111 | 1010010 | 1001111 | 0 | 1101 | 11101110 | 1001010 | 110100 |
Color Harmonies of #282FDF
Complementary color
Monochromatic Colors of #282FDF
Black with #282FDF
Text Example
Text Example
White with #282FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FDF; }
p { color: rgb(40,47,223); }
H1.HeaderClassName
{
color: #282FDF;
}
.AnyTagClassName
{
color: #282FDF;
}
</style>
background-color css
<style>
a { background-color: #282FDF; }
a { background-color: rgb(40,47,223); }
div.DivClassName
{
background-color: #282FDF;
}
.BgClassName
{
background-color: #282FDF;
}
</style>
border-color css
<style>
span { border-color: #282FDF; }
span { border-color: rgb(40,47,223); }
td.TdClassName
{
border-color: #282FDF;
}
.TagClassName
{
border-color: #282FDF;
}
</style>