Shades of Persian Blue #281EB4
Tints of Persian Blue #281EB4
RGB
CMYK
RGB Variations
Color information
#281EB4 (or 0x281EB4) is known color: Persian Blue. HEX triplet: 28, 1E and B4. RGB value is (40,30,180). Sum of RGB (Red+Green+Blue) = 40+30+180=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #281EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281EB4 is #D7E14B. Grayscale: #313131. Windows color (decimal): -14147916 or 11804200. OLE color: 11804200.
HSL color Cylindrical-coordinate representation of color #281EB4: hue angle of 244º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281EB4 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 30 | 180 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.29 |
| HSL | 244º | 0.71% | 0.41% | - |
| HSV(B) | 244º | 0.83% | 0.71% | - |
| XYZ | 9.58 | 4.67 | 43.58 | - |
| YUV | 50.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 180 | 0.78 | 0.83 | 0 | 0.29 | 244 | 0.71 | 0.41 |
| Hex | 28 | 1E | B4 | 4E | 53 | 0 | 1D | F4 | 47 | 29 |
| Octal | 50 | 36 | 264 | 116 | 123 | 0 | 35 | 364 | 107 | 51 |
| Binary | 101000 | 11110 | 10110100 | 1001110 | 1010011 | 0 | 11101 | 11110100 | 1000111 | 101001 |
Color Harmonies of #281EB4
Complementary color
Monochromatic Colors of #281EB4
Black with #281EB4
Text Example
Text Example
White with #281EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281EB4; }
p { color: rgb(40,30,180); }
H1.HeaderClassName
{
color: #281EB4;
}
.AnyTagClassName
{
color: #281EB4;
}
</style>
background-color css
<style>
a { background-color: #281EB4; }
a { background-color: rgb(40,30,180); }
div.DivClassName
{
background-color: #281EB4;
}
.BgClassName
{
background-color: #281EB4;
}
</style>
border-color css
<style>
span { border-color: #281EB4; }
span { border-color: rgb(40,30,180); }
td.TdClassName
{
border-color: #281EB4;
}
.TagClassName
{
border-color: #281EB4;
}
</style>