Shades of Persian Blue #281ABD
Tints of Persian Blue #281ABD
RGB
CMYK
RGB Variations
Color information
#281ABD (or 0x281ABD) is known color: Persian Blue. HEX triplet: 28, 1A and BD. RGB value is (40,26,189). Sum of RGB (Red+Green+Blue) = 40+26+189=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #281ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ABD is #D7E542. Grayscale: #303030. Windows color (decimal): -14148931 or 12393000. OLE color: 12393000.
HSL color Cylindrical-coordinate representation of color #281ABD: hue angle of 245.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281ABD is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 26 | 189 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.26 |
| HSL | 245.15º | 0.76% | 0.42% | - |
| HSV(B) | 245.15º | 0.86% | 0.74% | - |
| XYZ | 10.43 | 4.86 | 48.53 | - |
| YUV | 48.77 | 207.14 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 189 | 0.79 | 0.86 | 0 | 0.26 | 245.15 | 0.76 | 0.42 |
| Hex | 28 | 1A | BD | 4F | 56 | 0 | 1A | F5 | 4C | 2A |
| Octal | 50 | 32 | 275 | 117 | 126 | 0 | 32 | 365 | 114 | 52 |
| Binary | 101000 | 11010 | 10111101 | 1001111 | 1010110 | 0 | 11010 | 11110101 | 1001100 | 101010 |
Color Harmonies of #281ABD
Complementary color
Monochromatic Colors of #281ABD
Black with #281ABD
Text Example
Text Example
White with #281ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281ABD; }
p { color: rgb(40,26,189); }
H1.HeaderClassName
{
color: #281ABD;
}
.AnyTagClassName
{
color: #281ABD;
}
</style>
background-color css
<style>
a { background-color: #281ABD; }
a { background-color: rgb(40,26,189); }
div.DivClassName
{
background-color: #281ABD;
}
.BgClassName
{
background-color: #281ABD;
}
</style>
border-color css
<style>
span { border-color: #281ABD; }
span { border-color: rgb(40,26,189); }
td.TdClassName
{
border-color: #281ABD;
}
.TagClassName
{
border-color: #281ABD;
}
</style>