Shades of Persian Blue #282FCF
Tints of Persian Blue #282FCF
RGB
CMYK
RGB Variations
Color information
#282FCF (or 0x282FCF) is known color: Persian Blue. HEX triplet: 28, 2F and CF. RGB value is (40,47,207). Sum of RGB (Red+Green+Blue) = 40+47+207=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #282FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FCF is #D7D030. Grayscale: #3E3E3E. Windows color (decimal): -14143537 or 13578024. OLE color: 13578024.
HSL color Cylindrical-coordinate representation of color #282FCF: hue angle of 237.49º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #282FCF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 47 | 207 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.19 |
| HSL | 237.49º | 0.68% | 0.48% | - |
| HSV(B) | 237.49º | 0.81% | 0.81% | - |
| XYZ | 13.15 | 6.99 | 59.69 | - |
| YUV | 63.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 207 | 0.81 | 0.77 | 0 | 0.19 | 237.49 | 0.68 | 0.48 |
| Hex | 28 | 2F | CF | 51 | 4D | 0 | 13 | ED | 44 | 30 |
| Octal | 50 | 57 | 317 | 121 | 115 | 0 | 23 | 355 | 104 | 60 |
| Binary | 101000 | 101111 | 11001111 | 1010001 | 1001101 | 0 | 10011 | 11101101 | 1000100 | 110000 |
Color Harmonies of #282FCF
Complementary color
Monochromatic Colors of #282FCF
Black with #282FCF
Text Example
Text Example
White with #282FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FCF; }
p { color: rgb(40,47,207); }
H1.HeaderClassName
{
color: #282FCF;
}
.AnyTagClassName
{
color: #282FCF;
}
</style>
background-color css
<style>
a { background-color: #282FCF; }
a { background-color: rgb(40,47,207); }
div.DivClassName
{
background-color: #282FCF;
}
.BgClassName
{
background-color: #282FCF;
}
</style>
border-color css
<style>
span { border-color: #282FCF; }
span { border-color: rgb(40,47,207); }
td.TdClassName
{
border-color: #282FCF;
}
.TagClassName
{
border-color: #282FCF;
}
</style>