Shades of Persian Blue #281EE0
Tints of Persian Blue #281EE0
RGB
CMYK
RGB Variations
Color information
#281EE0 (or 0x281EE0) is known color: Persian Blue. HEX triplet: 28, 1E and E0. RGB value is (40,30,224). Sum of RGB (Red+Green+Blue) = 40+30+224=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 224 (87.89% from 255 or 76.19% from 294); Max value from RGB is 224 - color contains mainly: blue. Hex color #281EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281EE0 is #D7E11F. Grayscale: #363636. Windows color (decimal): -14147872 or 14687784. OLE color: 14687784.
HSL color Cylindrical-coordinate representation of color #281EE0: hue angle of 243.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281EE0 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 30 | 224 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.12 |
| HSL | 243.09º | 0.76% | 0.5% | - |
| HSV(B) | 243.09º | 0.87% | 0.88% | - |
| XYZ | 14.79 | 6.76 | 71.05 | - |
| YUV | 55.11 | 223.31 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 224 | 0.82 | 0.87 | 0 | 0.12 | 243.09 | 0.76 | 0.5 |
| Hex | 28 | 1E | E0 | 52 | 57 | 0 | C | F3 | 4C | 32 |
| Octal | 50 | 36 | 340 | 122 | 127 | 0 | 14 | 363 | 114 | 62 |
| Binary | 101000 | 11110 | 11100000 | 1010010 | 1010111 | 0 | 1100 | 11110011 | 1001100 | 110010 |
Color Harmonies of #281EE0
Complementary color
Monochromatic Colors of #281EE0
Black with #281EE0
Text Example
Text Example
White with #281EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281EE0; }
p { color: rgb(40,30,224); }
H1.HeaderClassName
{
color: #281EE0;
}
.AnyTagClassName
{
color: #281EE0;
}
</style>
background-color css
<style>
a { background-color: #281EE0; }
a { background-color: rgb(40,30,224); }
div.DivClassName
{
background-color: #281EE0;
}
.BgClassName
{
background-color: #281EE0;
}
</style>
border-color css
<style>
span { border-color: #281EE0; }
span { border-color: rgb(40,30,224); }
td.TdClassName
{
border-color: #281EE0;
}
.TagClassName
{
border-color: #281EE0;
}
</style>