Shades of Persian Blue #281ECB
Tints of Persian Blue #281ECB
RGB
CMYK
RGB Variations
Color information
#281ECB (or 0x281ECB) is known color: Persian Blue. HEX triplet: 28, 1E and CB. RGB value is (40,30,203). Sum of RGB (Red+Green+Blue) = 40+30+203=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #281ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ECB is #D7E134. Grayscale: #343434. Windows color (decimal): -14147893 or 13311528. OLE color: 13311528.
HSL color Cylindrical-coordinate representation of color #281ECB: hue angle of 243.47º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281ECB is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 30 | 203 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.20 |
| HSL | 243.47º | 0.74% | 0.46% | - |
| HSV(B) | 243.47º | 0.85% | 0.8% | - |
| XYZ | 12.12 | 5.69 | 56.96 | - |
| YUV | 52.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 203 | 0.80 | 0.85 | 0 | 0.20 | 243.47 | 0.74 | 0.46 |
| Hex | 28 | 1E | CB | 50 | 55 | 0 | 14 | F3 | 4A | 2E |
| Octal | 50 | 36 | 313 | 120 | 125 | 0 | 24 | 363 | 112 | 56 |
| Binary | 101000 | 11110 | 11001011 | 1010000 | 1010101 | 0 | 10100 | 11110011 | 1001010 | 101110 |
Color Harmonies of #281ECB
Complementary color
Monochromatic Colors of #281ECB
Black with #281ECB
Text Example
Text Example
White with #281ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281ECB; }
p { color: rgb(40,30,203); }
H1.HeaderClassName
{
color: #281ECB;
}
.AnyTagClassName
{
color: #281ECB;
}
</style>
background-color css
<style>
a { background-color: #281ECB; }
a { background-color: rgb(40,30,203); }
div.DivClassName
{
background-color: #281ECB;
}
.BgClassName
{
background-color: #281ECB;
}
</style>
border-color css
<style>
span { border-color: #281ECB; }
span { border-color: rgb(40,30,203); }
td.TdClassName
{
border-color: #281ECB;
}
.TagClassName
{
border-color: #281ECB;
}
</style>