Shades of Persian Blue #282EB1
Tints of Persian Blue #282EB1
RGB
CMYK
RGB Variations
Color information
#282EB1 (or 0x282EB1) is known color: Persian Blue. HEX triplet: 28, 2E and B1. RGB value is (40,46,177). Sum of RGB (Red+Green+Blue) = 40+46+177=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #282EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EB1 is #D7D14E. Grayscale: #3A3A3A. Windows color (decimal): -14143823 or 11611688. OLE color: 11611688.
HSL color Cylindrical-coordinate representation of color #282EB1: hue angle of 237.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282EB1 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 46 | 177 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.31 |
| HSL | 237.37º | 0.63% | 0.43% | - |
| HSV(B) | 237.37º | 0.77% | 0.69% | - |
| XYZ | 9.79 | 5.58 | 42.16 | - |
| YUV | 59.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 177 | 0.77 | 0.74 | 0 | 0.31 | 237.37 | 0.63 | 0.43 |
| Hex | 28 | 2E | B1 | 4D | 4A | 0 | 1F | ED | 3F | 2B |
| Octal | 50 | 56 | 261 | 115 | 112 | 0 | 37 | 355 | 77 | 53 |
| Binary | 101000 | 101110 | 10110001 | 1001101 | 1001010 | 0 | 11111 | 11101101 | 111111 | 101011 |
Color Harmonies of #282EB1
Complementary color
Monochromatic Colors of #282EB1
Black with #282EB1
Text Example
Text Example
White with #282EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EB1; }
p { color: rgb(40,46,177); }
H1.HeaderClassName
{
color: #282EB1;
}
.AnyTagClassName
{
color: #282EB1;
}
</style>
background-color css
<style>
a { background-color: #282EB1; }
a { background-color: rgb(40,46,177); }
div.DivClassName
{
background-color: #282EB1;
}
.BgClassName
{
background-color: #282EB1;
}
</style>
border-color css
<style>
span { border-color: #282EB1; }
span { border-color: rgb(40,46,177); }
td.TdClassName
{
border-color: #282EB1;
}
.TagClassName
{
border-color: #282EB1;
}
</style>