Shades of Persian Blue #281BC3
Tints of Persian Blue #281BC3
RGB
CMYK
RGB Variations
Color information
#281BC3 (or 0x281BC3) is known color: Persian Blue. HEX triplet: 28, 1B and C3. RGB value is (40,27,195). Sum of RGB (Red+Green+Blue) = 40+27+195=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 195 (76.56% from 255 or 74.43% from 262); Max value from RGB is 195 - color contains mainly: blue. Hex color #281BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281BC3 is #D7E43C. Grayscale: #313131. Windows color (decimal): -14148669 or 12786472. OLE color: 12786472.
HSL color Cylindrical-coordinate representation of color #281BC3: hue angle of 244.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281BC3 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 27 | 195 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.24 |
| HSL | 244.64º | 0.76% | 0.44% | - |
| HSV(B) | 244.64º | 0.86% | 0.76% | - |
| XYZ | 11.12 | 5.18 | 52.04 | - |
| YUV | 50.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 195 | 0.79 | 0.86 | 0 | 0.24 | 244.64 | 0.76 | 0.44 |
| Hex | 28 | 1B | C3 | 4F | 56 | 0 | 18 | F5 | 4C | 2C |
| Octal | 50 | 33 | 303 | 117 | 126 | 0 | 30 | 365 | 114 | 54 |
| Binary | 101000 | 11011 | 11000011 | 1001111 | 1010110 | 0 | 11000 | 11110101 | 1001100 | 101100 |
Color Harmonies of #281BC3
Complementary color
Monochromatic Colors of #281BC3
Black with #281BC3
Text Example
Text Example
White with #281BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281BC3; }
p { color: rgb(40,27,195); }
H1.HeaderClassName
{
color: #281BC3;
}
.AnyTagClassName
{
color: #281BC3;
}
</style>
background-color css
<style>
a { background-color: #281BC3; }
a { background-color: rgb(40,27,195); }
div.DivClassName
{
background-color: #281BC3;
}
.BgClassName
{
background-color: #281BC3;
}
</style>
border-color css
<style>
span { border-color: #281BC3; }
span { border-color: rgb(40,27,195); }
td.TdClassName
{
border-color: #281BC3;
}
.TagClassName
{
border-color: #281BC3;
}
</style>