Shades of Persian Blue #281BD7
Tints of Persian Blue #281BD7
RGB
CMYK
RGB Variations
Color information
#281BD7 (or 0x281BD7) is known color: Persian Blue. HEX triplet: 28, 1B and D7. RGB value is (40,27,215). Sum of RGB (Red+Green+Blue) = 40+27+215=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 215 (84.38% from 255 or 76.24% from 282); Max value from RGB is 215 - color contains mainly: blue. Hex color #281BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BD7 is #D7E428. Grayscale: #333333. Windows color (decimal): -14148649 or 14097192. OLE color: 14097192.
HSL color Cylindrical-coordinate representation of color #281BD7: hue angle of 244.15º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281BD7 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 27 | 215 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.16 |
| HSL | 244.15º | 0.78% | 0.47% | - |
| HSV(B) | 244.15º | 0.87% | 0.84% | - |
| XYZ | 13.53 | 6.14 | 64.76 | - |
| YUV | 52.32 | 219.81 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 215 | 0.81 | 0.87 | 0 | 0.16 | 244.15 | 0.78 | 0.47 |
| Hex | 28 | 1B | D7 | 51 | 57 | 0 | 10 | F4 | 4E | 2F |
| Octal | 50 | 33 | 327 | 121 | 127 | 0 | 20 | 364 | 116 | 57 |
| Binary | 101000 | 11011 | 11010111 | 1010001 | 1010111 | 0 | 10000 | 11110100 | 1001110 | 101111 |
Color Harmonies of #281BD7
Complementary color
Monochromatic Colors of #281BD7
Black with #281BD7
Text Example
Text Example
White with #281BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BD7; }
p { color: rgb(40,27,215); }
H1.HeaderClassName
{
color: #281BD7;
}
.AnyTagClassName
{
color: #281BD7;
}
</style>
background-color css
<style>
a { background-color: #281BD7; }
a { background-color: rgb(40,27,215); }
div.DivClassName
{
background-color: #281BD7;
}
.BgClassName
{
background-color: #281BD7;
}
</style>
border-color css
<style>
span { border-color: #281BD7; }
span { border-color: rgb(40,27,215); }
td.TdClassName
{
border-color: #281BD7;
}
.TagClassName
{
border-color: #281BD7;
}
</style>