Shades of Persian Blue #282FAB
Tints of Persian Blue #282FAB
RGB
CMYK
RGB Variations
Color information
#282FAB (or 0x282FAB) is known color: Persian Blue. HEX triplet: 28, 2F and AB. RGB value is (40,47,171). Sum of RGB (Red+Green+Blue) = 40+47+171=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #282FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282FAB is #D7D054. Grayscale: #3A3A3A. Windows color (decimal): -14143573 or 11218728. OLE color: 11218728.
HSL color Cylindrical-coordinate representation of color #282FAB: hue angle of 236.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282FAB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 47 | 171 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.33 |
| HSL | 236.79º | 0.62% | 0.41% | - |
| HSV(B) | 236.79º | 0.77% | 0.67% | - |
| XYZ | 9.24 | 5.42 | 39.09 | - |
| YUV | 59.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 171 | 0.77 | 0.73 | 0 | 0.33 | 236.79 | 0.62 | 0.41 |
| Hex | 28 | 2F | AB | 4D | 49 | 0 | 21 | ED | 3E | 29 |
| Octal | 50 | 57 | 253 | 115 | 111 | 0 | 41 | 355 | 76 | 51 |
| Binary | 101000 | 101111 | 10101011 | 1001101 | 1001001 | 0 | 100001 | 11101101 | 111110 | 101001 |
Color Harmonies of #282FAB
Complementary color
Monochromatic Colors of #282FAB
Black with #282FAB
Text Example
Text Example
White with #282FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FAB; }
p { color: rgb(40,47,171); }
H1.HeaderClassName
{
color: #282FAB;
}
.AnyTagClassName
{
color: #282FAB;
}
</style>
background-color css
<style>
a { background-color: #282FAB; }
a { background-color: rgb(40,47,171); }
div.DivClassName
{
background-color: #282FAB;
}
.BgClassName
{
background-color: #282FAB;
}
</style>
border-color css
<style>
span { border-color: #282FAB; }
span { border-color: rgb(40,47,171); }
td.TdClassName
{
border-color: #282FAB;
}
.TagClassName
{
border-color: #282FAB;
}
</style>