Shades of Persian Blue #282BA7
Tints of Persian Blue #282BA7
RGB
CMYK
RGB Variations
Color information
#282BA7 (or 0x282BA7) is known color: Persian Blue. HEX triplet: 28, 2B and A7. RGB value is (40,43,167). Sum of RGB (Red+Green+Blue) = 40+43+167=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 167 (65.62% from 255 or 66.8% from 250); Max value from RGB is 167 - color contains mainly: blue. Hex color #282BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282BA7 is #D7D458. Grayscale: #373737. Windows color (decimal): -14144601 or 10955560. OLE color: 10955560.
HSL color Cylindrical-coordinate representation of color #282BA7: hue angle of 238.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282BA7 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 43 | 167 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.35 |
| HSL | 238.58º | 0.61% | 0.41% | - |
| HSV(B) | 238.58º | 0.76% | 0.65% | - |
| XYZ | 8.71 | 4.97 | 37.06 | - |
| YUV | 56.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 167 | 0.76 | 0.74 | 0 | 0.35 | 238.58 | 0.61 | 0.41 |
| Hex | 28 | 2B | A7 | 4C | 4A | 0 | 23 | EF | 3D | 29 |
| Octal | 50 | 53 | 247 | 114 | 112 | 0 | 43 | 357 | 75 | 51 |
| Binary | 101000 | 101011 | 10100111 | 1001100 | 1001010 | 0 | 100011 | 11101111 | 111101 | 101001 |
Color Harmonies of #282BA7
Complementary color
Monochromatic Colors of #282BA7
Black with #282BA7
Text Example
Text Example
White with #282BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BA7; }
p { color: rgb(40,43,167); }
H1.HeaderClassName
{
color: #282BA7;
}
.AnyTagClassName
{
color: #282BA7;
}
</style>
background-color css
<style>
a { background-color: #282BA7; }
a { background-color: rgb(40,43,167); }
div.DivClassName
{
background-color: #282BA7;
}
.BgClassName
{
background-color: #282BA7;
}
</style>
border-color css
<style>
span { border-color: #282BA7; }
span { border-color: rgb(40,43,167); }
td.TdClassName
{
border-color: #282BA7;
}
.TagClassName
{
border-color: #282BA7;
}
</style>