Shades of Persian Blue #281BDC
Tints of Persian Blue #281BDC
RGB
CMYK
RGB Variations
Color information
#281BDC (or 0x281BDC) is known color: Persian Blue. HEX triplet: 28, 1B and DC. RGB value is (40,27,220). Sum of RGB (Red+Green+Blue) = 40+27+220=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #281BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BDC is #D7E423. Grayscale: #343434. Windows color (decimal): -14148644 or 14424872. OLE color: 14424872.
HSL color Cylindrical-coordinate representation of color #281BDC: hue angle of 244.04º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281BDC is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 27 | 220 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.14 |
| HSL | 244.04º | 0.78% | 0.48% | - |
| HSV(B) | 244.04º | 0.88% | 0.86% | - |
| XYZ | 14.19 | 6.4 | 68.2 | - |
| YUV | 52.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 220 | 0.82 | 0.88 | 0 | 0.14 | 244.04 | 0.78 | 0.48 |
| Hex | 28 | 1B | DC | 52 | 58 | 0 | E | F4 | 4E | 30 |
| Octal | 50 | 33 | 334 | 122 | 130 | 0 | 16 | 364 | 116 | 60 |
| Binary | 101000 | 11011 | 11011100 | 1010010 | 1011000 | 0 | 1110 | 11110100 | 1001110 | 110000 |
Color Harmonies of #281BDC
Complementary color
Monochromatic Colors of #281BDC
Black with #281BDC
Text Example
Text Example
White with #281BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BDC; }
p { color: rgb(40,27,220); }
H1.HeaderClassName
{
color: #281BDC;
}
.AnyTagClassName
{
color: #281BDC;
}
</style>
background-color css
<style>
a { background-color: #281BDC; }
a { background-color: rgb(40,27,220); }
div.DivClassName
{
background-color: #281BDC;
}
.BgClassName
{
background-color: #281BDC;
}
</style>
border-color css
<style>
span { border-color: #281BDC; }
span { border-color: rgb(40,27,220); }
td.TdClassName
{
border-color: #281BDC;
}
.TagClassName
{
border-color: #281BDC;
}
</style>