Shades of Persian Blue #281CCD
Tints of Persian Blue #281CCD
RGB
CMYK
RGB Variations
Color information
#281CCD (or 0x281CCD) is known color: Persian Blue. HEX triplet: 28, 1C and CD. RGB value is (40,28,205). Sum of RGB (Red+Green+Blue) = 40+28+205=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #281CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CCD is #D7E332. Grayscale: #333333. Windows color (decimal): -14148403 or 13442088. OLE color: 13442088.
HSL color Cylindrical-coordinate representation of color #281CCD: hue angle of 244.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281CCD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 28 | 205 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.20 |
| HSL | 244.07º | 0.76% | 0.46% | - |
| HSV(B) | 244.07º | 0.86% | 0.8% | - |
| XYZ | 12.31 | 5.69 | 58.21 | - |
| YUV | 51.77 | 214.48 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 205 | 0.80 | 0.86 | 0 | 0.20 | 244.07 | 0.76 | 0.46 |
| Hex | 28 | 1C | CD | 50 | 56 | 0 | 14 | F4 | 4C | 2E |
| Octal | 50 | 34 | 315 | 120 | 126 | 0 | 24 | 364 | 114 | 56 |
| Binary | 101000 | 11100 | 11001101 | 1010000 | 1010110 | 0 | 10100 | 11110100 | 1001100 | 101110 |
Color Harmonies of #281CCD
Complementary color
Monochromatic Colors of #281CCD
Black with #281CCD
Text Example
Text Example
White with #281CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CCD; }
p { color: rgb(40,28,205); }
H1.HeaderClassName
{
color: #281CCD;
}
.AnyTagClassName
{
color: #281CCD;
}
</style>
background-color css
<style>
a { background-color: #281CCD; }
a { background-color: rgb(40,28,205); }
div.DivClassName
{
background-color: #281CCD;
}
.BgClassName
{
background-color: #281CCD;
}
</style>
border-color css
<style>
span { border-color: #281CCD; }
span { border-color: rgb(40,28,205); }
td.TdClassName
{
border-color: #281CCD;
}
.TagClassName
{
border-color: #281CCD;
}
</style>