Shades of Persian Blue #283AB5
Tints of Persian Blue #283AB5
RGB
CMYK
RGB Variations
Color information
#283AB5 (or 0x283AB5) is known color: Persian Blue. HEX triplet: 28, 3A and B5. RGB value is (40,58,181). Sum of RGB (Red+Green+Blue) = 40+58+181=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #283AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283AB5 is #D7C54A. Grayscale: #424242. Windows color (decimal): -14140747 or 11876904. OLE color: 11876904.
HSL color Cylindrical-coordinate representation of color #283AB5: hue angle of 232.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283AB5 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 58 | 181 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.29 |
| HSL | 232.34º | 0.64% | 0.43% | - |
| HSV(B) | 232.34º | 0.78% | 0.71% | - |
| XYZ | 10.73 | 6.81 | 44.47 | - |
| YUV | 66.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 181 | 0.78 | 0.68 | 0 | 0.29 | 232.34 | 0.64 | 0.43 |
| Hex | 28 | 3A | B5 | 4E | 44 | 0 | 1D | E8 | 40 | 2B |
| Octal | 50 | 72 | 265 | 116 | 104 | 0 | 35 | 350 | 100 | 53 |
| Binary | 101000 | 111010 | 10110101 | 1001110 | 1000100 | 0 | 11101 | 11101000 | 1000000 | 101011 |
Color Harmonies of #283AB5
Complementary color
Monochromatic Colors of #283AB5
Black with #283AB5
Text Example
Text Example
White with #283AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AB5; }
p { color: rgb(40,58,181); }
H1.HeaderClassName
{
color: #283AB5;
}
.AnyTagClassName
{
color: #283AB5;
}
</style>
background-color css
<style>
a { background-color: #283AB5; }
a { background-color: rgb(40,58,181); }
div.DivClassName
{
background-color: #283AB5;
}
.BgClassName
{
background-color: #283AB5;
}
</style>
border-color css
<style>
span { border-color: #283AB5; }
span { border-color: rgb(40,58,181); }
td.TdClassName
{
border-color: #283AB5;
}
.TagClassName
{
border-color: #283AB5;
}
</style>