Shades of Persian Blue #281CBC
Tints of Persian Blue #281CBC
RGB
CMYK
RGB Variations
Color information
#281CBC (or 0x281CBC) is known color: Persian Blue. HEX triplet: 28, 1C and BC. RGB value is (40,28,188). Sum of RGB (Red+Green+Blue) = 40+28+188=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #281CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CBC is #D7E343. Grayscale: #313131. Windows color (decimal): -14148420 or 12327976. OLE color: 12327976.
HSL color Cylindrical-coordinate representation of color #281CBC: hue angle of 244.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281CBC is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 28 | 188 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.26 |
| HSL | 244.5º | 0.74% | 0.42% | - |
| HSV(B) | 244.5º | 0.85% | 0.74% | - |
| XYZ | 10.37 | 4.91 | 47.98 | - |
| YUV | 49.83 | 205.98 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 188 | 0.79 | 0.85 | 0 | 0.26 | 244.5 | 0.74 | 0.42 |
| Hex | 28 | 1C | BC | 4F | 55 | 0 | 1A | F4 | 4A | 2A |
| Octal | 50 | 34 | 274 | 117 | 125 | 0 | 32 | 364 | 112 | 52 |
| Binary | 101000 | 11100 | 10111100 | 1001111 | 1010101 | 0 | 11010 | 11110100 | 1001010 | 101010 |
Color Harmonies of #281CBC
Complementary color
Monochromatic Colors of #281CBC
Black with #281CBC
Text Example
Text Example
White with #281CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CBC; }
p { color: rgb(40,28,188); }
H1.HeaderClassName
{
color: #281CBC;
}
.AnyTagClassName
{
color: #281CBC;
}
</style>
background-color css
<style>
a { background-color: #281CBC; }
a { background-color: rgb(40,28,188); }
div.DivClassName
{
background-color: #281CBC;
}
.BgClassName
{
background-color: #281CBC;
}
</style>
border-color css
<style>
span { border-color: #281CBC; }
span { border-color: rgb(40,28,188); }
td.TdClassName
{
border-color: #281CBC;
}
.TagClassName
{
border-color: #281CBC;
}
</style>