Shades of Persian Blue #282ABD
Tints of Persian Blue #282ABD
RGB
CMYK
RGB Variations
Color information
#282ABD (or 0x282ABD) is known color: Persian Blue. HEX triplet: 28, 2A and BD. RGB value is (40,42,189). Sum of RGB (Red+Green+Blue) = 40+42+189=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #282ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ABD is #D7D542. Grayscale: #393939. Windows color (decimal): -14144835 or 12397096. OLE color: 12397096.
HSL color Cylindrical-coordinate representation of color #282ABD: hue angle of 239.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282ABD is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 42 | 189 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.26 |
| HSL | 239.19º | 0.65% | 0.45% | - |
| HSV(B) | 239.19º | 0.79% | 0.74% | - |
| XYZ | 10.89 | 5.78 | 48.69 | - |
| YUV | 58.16 | 201.84 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 189 | 0.79 | 0.78 | 0 | 0.26 | 239.19 | 0.65 | 0.45 |
| Hex | 28 | 2A | BD | 4F | 4E | 0 | 1A | EF | 41 | 2D |
| Octal | 50 | 52 | 275 | 117 | 116 | 0 | 32 | 357 | 101 | 55 |
| Binary | 101000 | 101010 | 10111101 | 1001111 | 1001110 | 0 | 11010 | 11101111 | 1000001 | 101101 |
Color Harmonies of #282ABD
Complementary color
Monochromatic Colors of #282ABD
Black with #282ABD
Text Example
Text Example
White with #282ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ABD; }
p { color: rgb(40,42,189); }
H1.HeaderClassName
{
color: #282ABD;
}
.AnyTagClassName
{
color: #282ABD;
}
</style>
background-color css
<style>
a { background-color: #282ABD; }
a { background-color: rgb(40,42,189); }
div.DivClassName
{
background-color: #282ABD;
}
.BgClassName
{
background-color: #282ABD;
}
</style>
border-color css
<style>
span { border-color: #282ABD; }
span { border-color: rgb(40,42,189); }
td.TdClassName
{
border-color: #282ABD;
}
.TagClassName
{
border-color: #282ABD;
}
</style>