Shades of Persian Blue #281FCE
Tints of Persian Blue #281FCE
RGB
CMYK
RGB Variations
Color information
#281FCE (or 0x281FCE) is known color: Persian Blue. HEX triplet: 28, 1F and CE. RGB value is (40,31,206). Sum of RGB (Red+Green+Blue) = 40+31+206=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #281FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281FCE is #D7E031. Grayscale: #343434. Windows color (decimal): -14147634 or 13508392. OLE color: 13508392.
HSL color Cylindrical-coordinate representation of color #281FCE: hue angle of 243.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281FCE is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 31 | 206 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.19 |
| HSL | 243.09º | 0.74% | 0.46% | - |
| HSV(B) | 243.09º | 0.85% | 0.81% | - |
| XYZ | 12.51 | 5.89 | 58.87 | - |
| YUV | 53.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 206 | 0.81 | 0.85 | 0 | 0.19 | 243.09 | 0.74 | 0.46 |
| Hex | 28 | 1F | CE | 51 | 55 | 0 | 13 | F3 | 4A | 2E |
| Octal | 50 | 37 | 316 | 121 | 125 | 0 | 23 | 363 | 112 | 56 |
| Binary | 101000 | 11111 | 11001110 | 1010001 | 1010101 | 0 | 10011 | 11110011 | 1001010 | 101110 |
Color Harmonies of #281FCE
Complementary color
Monochromatic Colors of #281FCE
Black with #281FCE
Text Example
Text Example
White with #281FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FCE; }
p { color: rgb(40,31,206); }
H1.HeaderClassName
{
color: #281FCE;
}
.AnyTagClassName
{
color: #281FCE;
}
</style>
background-color css
<style>
a { background-color: #281FCE; }
a { background-color: rgb(40,31,206); }
div.DivClassName
{
background-color: #281FCE;
}
.BgClassName
{
background-color: #281FCE;
}
</style>
border-color css
<style>
span { border-color: #281FCE; }
span { border-color: rgb(40,31,206); }
td.TdClassName
{
border-color: #281FCE;
}
.TagClassName
{
border-color: #281FCE;
}
</style>