Shades of Persian Blue #282ABF
Tints of Persian Blue #282ABF
RGB
CMYK
RGB Variations
Color information
#282ABF (or 0x282ABF) is known color: Persian Blue. HEX triplet: 28, 2A and BF. RGB value is (40,42,191). Sum of RGB (Red+Green+Blue) = 40+42+191=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #282ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ABF is #D7D540. Grayscale: #393939. Windows color (decimal): -14144833 or 12528168. OLE color: 12528168.
HSL color Cylindrical-coordinate representation of color #282ABF: hue angle of 239.21º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282ABF is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 42 | 191 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.25 |
| HSL | 239.21º | 0.65% | 0.45% | - |
| HSV(B) | 239.21º | 0.79% | 0.75% | - |
| XYZ | 11.11 | 5.87 | 49.84 | - |
| YUV | 58.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 191 | 0.79 | 0.78 | 0 | 0.25 | 239.21 | 0.65 | 0.45 |
| Hex | 28 | 2A | BF | 4F | 4E | 0 | 19 | EF | 41 | 2D |
| Octal | 50 | 52 | 277 | 117 | 116 | 0 | 31 | 357 | 101 | 55 |
| Binary | 101000 | 101010 | 10111111 | 1001111 | 1001110 | 0 | 11001 | 11101111 | 1000001 | 101101 |
Color Harmonies of #282ABF
Complementary color
Monochromatic Colors of #282ABF
Black with #282ABF
Text Example
Text Example
White with #282ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ABF; }
p { color: rgb(40,42,191); }
H1.HeaderClassName
{
color: #282ABF;
}
.AnyTagClassName
{
color: #282ABF;
}
</style>
background-color css
<style>
a { background-color: #282ABF; }
a { background-color: rgb(40,42,191); }
div.DivClassName
{
background-color: #282ABF;
}
.BgClassName
{
background-color: #282ABF;
}
</style>
border-color css
<style>
span { border-color: #282ABF; }
span { border-color: rgb(40,42,191); }
td.TdClassName
{
border-color: #282ABF;
}
.TagClassName
{
border-color: #282ABF;
}
</style>