Shades of Persian Blue #281BCA
Tints of Persian Blue #281BCA
RGB
CMYK
RGB Variations
Color information
#281BCA (or 0x281BCA) is known color: Persian Blue. HEX triplet: 28, 1B and CA. RGB value is (40,27,202). Sum of RGB (Red+Green+Blue) = 40+27+202=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #281BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BCA is #D7E435. Grayscale: #323232. Windows color (decimal): -14148662 or 13245224. OLE color: 13245224.
HSL color Cylindrical-coordinate representation of color #281BCA: hue angle of 244.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281BCA is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 27 | 202 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.21 |
| HSL | 244.46º | 0.76% | 0.45% | - |
| HSV(B) | 244.46º | 0.87% | 0.79% | - |
| XYZ | 11.93 | 5.5 | 56.31 | - |
| YUV | 50.84 | 213.31 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 202 | 0.80 | 0.87 | 0 | 0.21 | 244.46 | 0.76 | 0.45 |
| Hex | 28 | 1B | CA | 50 | 57 | 0 | 15 | F4 | 4C | 2D |
| Octal | 50 | 33 | 312 | 120 | 127 | 0 | 25 | 364 | 114 | 55 |
| Binary | 101000 | 11011 | 11001010 | 1010000 | 1010111 | 0 | 10101 | 11110100 | 1001100 | 101101 |
Color Harmonies of #281BCA
Complementary color
Monochromatic Colors of #281BCA
Black with #281BCA
Text Example
Text Example
White with #281BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BCA; }
p { color: rgb(40,27,202); }
H1.HeaderClassName
{
color: #281BCA;
}
.AnyTagClassName
{
color: #281BCA;
}
</style>
background-color css
<style>
a { background-color: #281BCA; }
a { background-color: rgb(40,27,202); }
div.DivClassName
{
background-color: #281BCA;
}
.BgClassName
{
background-color: #281BCA;
}
</style>
border-color css
<style>
span { border-color: #281BCA; }
span { border-color: rgb(40,27,202); }
td.TdClassName
{
border-color: #281BCA;
}
.TagClassName
{
border-color: #281BCA;
}
</style>