Shades of Persian Blue #281DDB
Tints of Persian Blue #281DDB
RGB
CMYK
RGB Variations
Color information
#281DDB (or 0x281DDB) is known color: Persian Blue. HEX triplet: 28, 1D and DB. RGB value is (40,29,219). Sum of RGB (Red+Green+Blue) = 40+29+219=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #281DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DDB is #D7E224. Grayscale: #353535. Windows color (decimal): -14148133 or 14359848. OLE color: 14359848.
HSL color Cylindrical-coordinate representation of color #281DDB: hue angle of 243.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281DDB is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 29 | 219 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.14 |
| HSL | 243.47º | 0.77% | 0.49% | - |
| HSV(B) | 243.47º | 0.87% | 0.86% | - |
| XYZ | 14.1 | 6.44 | 67.52 | - |
| YUV | 53.95 | 221.14 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 219 | 0.82 | 0.87 | 0 | 0.14 | 243.47 | 0.77 | 0.49 |
| Hex | 28 | 1D | DB | 52 | 57 | 0 | E | F3 | 4D | 31 |
| Octal | 50 | 35 | 333 | 122 | 127 | 0 | 16 | 363 | 115 | 61 |
| Binary | 101000 | 11101 | 11011011 | 1010010 | 1010111 | 0 | 1110 | 11110011 | 1001101 | 110001 |
Color Harmonies of #281DDB
Complementary color
Monochromatic Colors of #281DDB
Black with #281DDB
Text Example
Text Example
White with #281DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DDB; }
p { color: rgb(40,29,219); }
H1.HeaderClassName
{
color: #281DDB;
}
.AnyTagClassName
{
color: #281DDB;
}
</style>
background-color css
<style>
a { background-color: #281DDB; }
a { background-color: rgb(40,29,219); }
div.DivClassName
{
background-color: #281DDB;
}
.BgClassName
{
background-color: #281DDB;
}
</style>
border-color css
<style>
span { border-color: #281DDB; }
span { border-color: rgb(40,29,219); }
td.TdClassName
{
border-color: #281DDB;
}
.TagClassName
{
border-color: #281DDB;
}
</style>