Shades of Persian Blue #282AB7
Tints of Persian Blue #282AB7
RGB
CMYK
RGB Variations
Color information
#282AB7 (or 0x282AB7) is known color: Persian Blue. HEX triplet: 28, 2A and B7. RGB value is (40,42,183). Sum of RGB (Red+Green+Blue) = 40+42+183=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 183 (71.88% from 255 or 69.06% from 265); Max value from RGB is 183 - color contains mainly: blue. Hex color #282AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282AB7 is #D7D548. Grayscale: #383838. Windows color (decimal): -14144841 or 12003880. OLE color: 12003880.
HSL color Cylindrical-coordinate representation of color #282AB7: hue angle of 239.16º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282AB7 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 42 | 183 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.28 |
| HSL | 239.16º | 0.64% | 0.44% | - |
| HSV(B) | 239.16º | 0.78% | 0.72% | - |
| XYZ | 10.25 | 5.53 | 45.33 | - |
| YUV | 57.48 | 198.84 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 183 | 0.78 | 0.77 | 0 | 0.28 | 239.16 | 0.64 | 0.44 |
| Hex | 28 | 2A | B7 | 4E | 4D | 0 | 1C | EF | 40 | 2C |
| Octal | 50 | 52 | 267 | 116 | 115 | 0 | 34 | 357 | 100 | 54 |
| Binary | 101000 | 101010 | 10110111 | 1001110 | 1001101 | 0 | 11100 | 11101111 | 1000000 | 101100 |
Color Harmonies of #282AB7
Complementary color
Monochromatic Colors of #282AB7
Black with #282AB7
Text Example
Text Example
White with #282AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AB7; }
p { color: rgb(40,42,183); }
H1.HeaderClassName
{
color: #282AB7;
}
.AnyTagClassName
{
color: #282AB7;
}
</style>
background-color css
<style>
a { background-color: #282AB7; }
a { background-color: rgb(40,42,183); }
div.DivClassName
{
background-color: #282AB7;
}
.BgClassName
{
background-color: #282AB7;
}
</style>
border-color css
<style>
span { border-color: #282AB7; }
span { border-color: rgb(40,42,183); }
td.TdClassName
{
border-color: #282AB7;
}
.TagClassName
{
border-color: #282AB7;
}
</style>