Shades of Persian Blue #282ACF
Tints of Persian Blue #282ACF
RGB
CMYK
RGB Variations
Color information
#282ACF (or 0x282ACF) is known color: Persian Blue. HEX triplet: 28, 2A and CF. RGB value is (40,42,207). Sum of RGB (Red+Green+Blue) = 40+42+207=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #282ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ACF is #D7D530. Grayscale: #3B3B3B. Windows color (decimal): -14144817 or 13576744. OLE color: 13576744.
HSL color Cylindrical-coordinate representation of color #282ACF: hue angle of 239.28º 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 #282ACF is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 42 | 207 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.19 |
| HSL | 239.28º | 0.68% | 0.48% | - |
| HSV(B) | 239.28º | 0.81% | 0.81% | - |
| XYZ | 12.97 | 6.61 | 59.62 | - |
| YUV | 60.21 | 210.84 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 207 | 0.81 | 0.80 | 0 | 0.19 | 239.28 | 0.68 | 0.48 |
| Hex | 28 | 2A | CF | 51 | 50 | 0 | 13 | EF | 44 | 30 |
| Octal | 50 | 52 | 317 | 121 | 120 | 0 | 23 | 357 | 104 | 60 |
| Binary | 101000 | 101010 | 11001111 | 1010001 | 1010000 | 0 | 10011 | 11101111 | 1000100 | 110000 |
Color Harmonies of #282ACF
Complementary color
Monochromatic Colors of #282ACF
Black with #282ACF
Text Example
Text Example
White with #282ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ACF; }
p { color: rgb(40,42,207); }
H1.HeaderClassName
{
color: #282ACF;
}
.AnyTagClassName
{
color: #282ACF;
}
</style>
background-color css
<style>
a { background-color: #282ACF; }
a { background-color: rgb(40,42,207); }
div.DivClassName
{
background-color: #282ACF;
}
.BgClassName
{
background-color: #282ACF;
}
</style>
border-color css
<style>
span { border-color: #282ACF; }
span { border-color: rgb(40,42,207); }
td.TdClassName
{
border-color: #282ACF;
}
.TagClassName
{
border-color: #282ACF;
}
</style>