Shades of Persian Blue #281CCE
Tints of Persian Blue #281CCE
RGB
CMYK
RGB Variations
Color information
#281CCE (or 0x281CCE) is known color: Persian Blue. HEX triplet: 28, 1C and CE. RGB value is (40,28,206). Sum of RGB (Red+Green+Blue) = 40+28+206=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #281CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CCE is #D7E331. Grayscale: #333333. Windows color (decimal): -14148402 or 13507624. OLE color: 13507624.
HSL color Cylindrical-coordinate representation of color #281CCE: hue angle of 244.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281CCE is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 28 | 206 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.19 |
| HSL | 244.04º | 0.76% | 0.46% | - |
| HSV(B) | 244.04º | 0.86% | 0.81% | - |
| XYZ | 12.43 | 5.74 | 58.84 | - |
| YUV | 51.88 | 214.98 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 206 | 0.81 | 0.86 | 0 | 0.19 | 244.04 | 0.76 | 0.46 |
| Hex | 28 | 1C | CE | 51 | 56 | 0 | 13 | F4 | 4C | 2E |
| Octal | 50 | 34 | 316 | 121 | 126 | 0 | 23 | 364 | 114 | 56 |
| Binary | 101000 | 11100 | 11001110 | 1010001 | 1010110 | 0 | 10011 | 11110100 | 1001100 | 101110 |
Color Harmonies of #281CCE
Complementary color
Monochromatic Colors of #281CCE
Black with #281CCE
Text Example
Text Example
White with #281CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CCE; }
p { color: rgb(40,28,206); }
H1.HeaderClassName
{
color: #281CCE;
}
.AnyTagClassName
{
color: #281CCE;
}
</style>
background-color css
<style>
a { background-color: #281CCE; }
a { background-color: rgb(40,28,206); }
div.DivClassName
{
background-color: #281CCE;
}
.BgClassName
{
background-color: #281CCE;
}
</style>
border-color css
<style>
span { border-color: #281CCE; }
span { border-color: rgb(40,28,206); }
td.TdClassName
{
border-color: #281CCE;
}
.TagClassName
{
border-color: #281CCE;
}
</style>