Shades of Persian Blue #282AC8
Tints of Persian Blue #282AC8
RGB
CMYK
RGB Variations
Color information
#282AC8 (or 0x282AC8) is known color: Persian Blue. HEX triplet: 28, 2A and C8. RGB value is (40,42,200). Sum of RGB (Red+Green+Blue) = 40+42+200=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #282AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282AC8 is #D7D537. Grayscale: #3A3A3A. Windows color (decimal): -14144824 or 13117992. OLE color: 13117992.
HSL color Cylindrical-coordinate representation of color #282AC8: hue angle of 239.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #282AC8 is Cyan = 0.8, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 42 | 200 | - |
| CMYK | 0.8 | 0.79 | 0 | 0.22 |
| HSL | 239.25º | 0.67% | 0.47% | - |
| HSV(B) | 239.25º | 0.8% | 0.78% | - |
| XYZ | 12.13 | 6.28 | 55.22 | - |
| YUV | 59.41 | 207.34 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 200 | 0.8 | 0.79 | 0 | 0.22 | 239.25 | 0.67 | 0.47 |
| Hex | 28 | 2A | C8 | 50 | 4F | 0 | 16 | EF | 43 | 2F |
| Octal | 50 | 52 | 310 | 120 | 117 | 0 | 26 | 357 | 103 | 57 |
| Binary | 101000 | 101010 | 11001000 | 1010000 | 1001111 | 0 | 10110 | 11101111 | 1000011 | 101111 |
Color Harmonies of #282AC8
Complementary color
Monochromatic Colors of #282AC8
Black with #282AC8
Text Example
Text Example
White with #282AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AC8; }
p { color: rgb(40,42,200); }
H1.HeaderClassName
{
color: #282AC8;
}
.AnyTagClassName
{
color: #282AC8;
}
</style>
background-color css
<style>
a { background-color: #282AC8; }
a { background-color: rgb(40,42,200); }
div.DivClassName
{
background-color: #282AC8;
}
.BgClassName
{
background-color: #282AC8;
}
</style>
border-color css
<style>
span { border-color: #282AC8; }
span { border-color: rgb(40,42,200); }
td.TdClassName
{
border-color: #282AC8;
}
.TagClassName
{
border-color: #282AC8;
}
</style>