Shades of Persian Blue #282AB1
Tints of Persian Blue #282AB1
RGB
CMYK
RGB Variations
Color information
#282AB1 (or 0x282AB1) is known color: Persian Blue. HEX triplet: 28, 2A and B1. RGB value is (40,42,177). Sum of RGB (Red+Green+Blue) = 40+42+177=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #282AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AB1 is #D7D54E. Grayscale: #383838. Windows color (decimal): -14144847 or 11610664. OLE color: 11610664.
HSL color Cylindrical-coordinate representation of color #282AB1: hue angle of 239.12º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282AB1 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 42 | 177 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.31 |
| HSL | 239.12º | 0.63% | 0.43% | - |
| HSV(B) | 239.12º | 0.77% | 0.69% | - |
| XYZ | 9.64 | 5.28 | 42.11 | - |
| YUV | 56.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 177 | 0.77 | 0.76 | 0 | 0.31 | 239.12 | 0.63 | 0.43 |
| Hex | 28 | 2A | B1 | 4D | 4C | 0 | 1F | EF | 3F | 2B |
| Octal | 50 | 52 | 261 | 115 | 114 | 0 | 37 | 357 | 77 | 53 |
| Binary | 101000 | 101010 | 10110001 | 1001101 | 1001100 | 0 | 11111 | 11101111 | 111111 | 101011 |
Color Harmonies of #282AB1
Complementary color
Monochromatic Colors of #282AB1
Black with #282AB1
Text Example
Text Example
White with #282AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AB1; }
p { color: rgb(40,42,177); }
H1.HeaderClassName
{
color: #282AB1;
}
.AnyTagClassName
{
color: #282AB1;
}
</style>
background-color css
<style>
a { background-color: #282AB1; }
a { background-color: rgb(40,42,177); }
div.DivClassName
{
background-color: #282AB1;
}
.BgClassName
{
background-color: #282AB1;
}
</style>
border-color css
<style>
span { border-color: #282AB1; }
span { border-color: rgb(40,42,177); }
td.TdClassName
{
border-color: #282AB1;
}
.TagClassName
{
border-color: #282AB1;
}
</style>