Shades of Persian Blue #281ED1
Tints of Persian Blue #281ED1
RGB
CMYK
RGB Variations
Color information
#281ED1 (or 0x281ED1) is known color: Persian Blue. HEX triplet: 28, 1E and D1. RGB value is (40,30,209). Sum of RGB (Red+Green+Blue) = 40+30+209=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 209 (82.03% from 255 or 74.91% from 279); Max value from RGB is 209 - color contains mainly: blue. Hex color #281ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ED1 is #D7E12E. Grayscale: #343434. Windows color (decimal): -14147887 or 13704744. OLE color: 13704744.
HSL color Cylindrical-coordinate representation of color #281ED1: hue angle of 243.35º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281ED1 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 30 | 209 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.18 |
| HSL | 243.35º | 0.75% | 0.47% | - |
| HSV(B) | 243.35º | 0.86% | 0.82% | - |
| XYZ | 12.85 | 5.98 | 60.8 | - |
| YUV | 53.4 | 215.81 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 209 | 0.81 | 0.86 | 0 | 0.18 | 243.35 | 0.75 | 0.47 |
| Hex | 28 | 1E | D1 | 51 | 56 | 0 | 12 | F3 | 4B | 2F |
| Octal | 50 | 36 | 321 | 121 | 126 | 0 | 22 | 363 | 113 | 57 |
| Binary | 101000 | 11110 | 11010001 | 1010001 | 1010110 | 0 | 10010 | 11110011 | 1001011 | 101111 |
Color Harmonies of #281ED1
Complementary color
Monochromatic Colors of #281ED1
Black with #281ED1
Text Example
Text Example
White with #281ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281ED1; }
p { color: rgb(40,30,209); }
H1.HeaderClassName
{
color: #281ED1;
}
.AnyTagClassName
{
color: #281ED1;
}
</style>
background-color css
<style>
a { background-color: #281ED1; }
a { background-color: rgb(40,30,209); }
div.DivClassName
{
background-color: #281ED1;
}
.BgClassName
{
background-color: #281ED1;
}
</style>
border-color css
<style>
span { border-color: #281ED1; }
span { border-color: rgb(40,30,209); }
td.TdClassName
{
border-color: #281ED1;
}
.TagClassName
{
border-color: #281ED1;
}
</style>