Shades of Persian Blue #281BCC
Tints of Persian Blue #281BCC
RGB
CMYK
RGB Variations
Color information
#281BCC (or 0x281BCC) is known color: Persian Blue. HEX triplet: 28, 1B and CC. RGB value is (40,27,204). Sum of RGB (Red+Green+Blue) = 40+27+204=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #281BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BCC is #D7E433. Grayscale: #323232. Windows color (decimal): -14148660 or 13376296. OLE color: 13376296.
HSL color Cylindrical-coordinate representation of color #281BCC: hue angle of 244.41º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281BCC is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 27 | 204 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.2 |
| HSL | 244.41º | 0.77% | 0.45% | - |
| HSV(B) | 244.41º | 0.87% | 0.8% | - |
| XYZ | 12.17 | 5.59 | 57.57 | - |
| YUV | 51.07 | 214.31 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 204 | 0.80 | 0.87 | 0 | 0.2 | 244.41 | 0.77 | 0.45 |
| Hex | 28 | 1B | CC | 50 | 57 | 0 | 14 | F4 | 4D | 2D |
| Octal | 50 | 33 | 314 | 120 | 127 | 0 | 24 | 364 | 115 | 55 |
| Binary | 101000 | 11011 | 11001100 | 1010000 | 1010111 | 0 | 10100 | 11110100 | 1001101 | 101101 |
Color Harmonies of #281BCC
Complementary color
Monochromatic Colors of #281BCC
Black with #281BCC
Text Example
Text Example
White with #281BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BCC; }
p { color: rgb(40,27,204); }
H1.HeaderClassName
{
color: #281BCC;
}
.AnyTagClassName
{
color: #281BCC;
}
</style>
background-color css
<style>
a { background-color: #281BCC; }
a { background-color: rgb(40,27,204); }
div.DivClassName
{
background-color: #281BCC;
}
.BgClassName
{
background-color: #281BCC;
}
</style>
border-color css
<style>
span { border-color: #281BCC; }
span { border-color: rgb(40,27,204); }
td.TdClassName
{
border-color: #281BCC;
}
.TagClassName
{
border-color: #281BCC;
}
</style>