Shades of Persian Blue #282BAB
Tints of Persian Blue #282BAB
RGB
CMYK
RGB Variations
Color information
#282BAB (or 0x282BAB) is known color: Persian Blue. HEX triplet: 28, 2B and AB. RGB value is (40,43,171). Sum of RGB (Red+Green+Blue) = 40+43+171=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #282BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282BAB is #D7D454. Grayscale: #383838. Windows color (decimal): -14144597 or 11217704. OLE color: 11217704.
HSL color Cylindrical-coordinate representation of color #282BAB: hue angle of 238.63º 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 #282BAB is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 43 | 171 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.33 |
| HSL | 238.63º | 0.62% | 0.41% | - |
| HSV(B) | 238.63º | 0.77% | 0.67% | - |
| XYZ | 9.09 | 5.12 | 39.04 | - |
| YUV | 56.7 | 192.51 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 171 | 0.77 | 0.75 | 0 | 0.33 | 238.63 | 0.62 | 0.41 |
| Hex | 28 | 2B | AB | 4D | 4B | 0 | 21 | EF | 3E | 29 |
| Octal | 50 | 53 | 253 | 115 | 113 | 0 | 41 | 357 | 76 | 51 |
| Binary | 101000 | 101011 | 10101011 | 1001101 | 1001011 | 0 | 100001 | 11101111 | 111110 | 101001 |
Color Harmonies of #282BAB
Complementary color
Monochromatic Colors of #282BAB
Black with #282BAB
Text Example
Text Example
White with #282BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BAB; }
p { color: rgb(40,43,171); }
H1.HeaderClassName
{
color: #282BAB;
}
.AnyTagClassName
{
color: #282BAB;
}
</style>
background-color css
<style>
a { background-color: #282BAB; }
a { background-color: rgb(40,43,171); }
div.DivClassName
{
background-color: #282BAB;
}
.BgClassName
{
background-color: #282BAB;
}
</style>
border-color css
<style>
span { border-color: #282BAB; }
span { border-color: rgb(40,43,171); }
td.TdClassName
{
border-color: #282BAB;
}
.TagClassName
{
border-color: #282BAB;
}
</style>