Shades of Persian Blue #281DC1
Tints of Persian Blue #281DC1
RGB
CMYK
RGB Variations
Color information
#281DC1 (or 0x281DC1) is known color: Persian Blue. HEX triplet: 28, 1D and C1. RGB value is (40,29,193). Sum of RGB (Red+Green+Blue) = 40+29+193=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #281DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DC1 is #D7E23E. Grayscale: #323232. Windows color (decimal): -14148159 or 12655912. OLE color: 12655912.
HSL color Cylindrical-coordinate representation of color #281DC1: hue angle of 244.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281DC1 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 29 | 193 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.24 |
| HSL | 244.02º | 0.74% | 0.44% | - |
| HSV(B) | 244.02º | 0.85% | 0.76% | - |
| XYZ | 10.94 | 5.18 | 50.88 | - |
| YUV | 50.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 193 | 0.79 | 0.85 | 0 | 0.24 | 244.02 | 0.74 | 0.44 |
| Hex | 28 | 1D | C1 | 4F | 55 | 0 | 18 | F4 | 4A | 2C |
| Octal | 50 | 35 | 301 | 117 | 125 | 0 | 30 | 364 | 112 | 54 |
| Binary | 101000 | 11101 | 11000001 | 1001111 | 1010101 | 0 | 11000 | 11110100 | 1001010 | 101100 |
Color Harmonies of #281DC1
Complementary color
Monochromatic Colors of #281DC1
Black with #281DC1
Text Example
Text Example
White with #281DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281DC1; }
p { color: rgb(40,29,193); }
H1.HeaderClassName
{
color: #281DC1;
}
.AnyTagClassName
{
color: #281DC1;
}
</style>
background-color css
<style>
a { background-color: #281DC1; }
a { background-color: rgb(40,29,193); }
div.DivClassName
{
background-color: #281DC1;
}
.BgClassName
{
background-color: #281DC1;
}
</style>
border-color css
<style>
span { border-color: #281DC1; }
span { border-color: rgb(40,29,193); }
td.TdClassName
{
border-color: #281DC1;
}
.TagClassName
{
border-color: #281DC1;
}
</style>