Shades of Persian Blue #283AB1
Tints of Persian Blue #283AB1
RGB
CMYK
RGB Variations
Color information
#283AB1 (or 0x283AB1) is known color: Persian Blue. HEX triplet: 28, 3A and B1. RGB value is (40,58,177). Sum of RGB (Red+Green+Blue) = 40+58+177=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #283AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AB1 is #D7C54E. Grayscale: #414141. Windows color (decimal): -14140751 or 11614760. OLE color: 11614760.
HSL color Cylindrical-coordinate representation of color #283AB1: hue angle of 232.12º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283AB1 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 58 | 177 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.31 |
| HSL | 232.12º | 0.63% | 0.43% | - |
| HSV(B) | 232.12º | 0.77% | 0.69% | - |
| XYZ | 10.32 | 6.65 | 42.33 | - |
| YUV | 66.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 177 | 0.77 | 0.67 | 0 | 0.31 | 232.12 | 0.63 | 0.43 |
| Hex | 28 | 3A | B1 | 4D | 43 | 0 | 1F | E8 | 3F | 2B |
| Octal | 50 | 72 | 261 | 115 | 103 | 0 | 37 | 350 | 77 | 53 |
| Binary | 101000 | 111010 | 10110001 | 1001101 | 1000011 | 0 | 11111 | 11101000 | 111111 | 101011 |
Color Harmonies of #283AB1
Complementary color
Monochromatic Colors of #283AB1
Black with #283AB1
Text Example
Text Example
White with #283AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AB1; }
p { color: rgb(40,58,177); }
H1.HeaderClassName
{
color: #283AB1;
}
.AnyTagClassName
{
color: #283AB1;
}
</style>
background-color css
<style>
a { background-color: #283AB1; }
a { background-color: rgb(40,58,177); }
div.DivClassName
{
background-color: #283AB1;
}
.BgClassName
{
background-color: #283AB1;
}
</style>
border-color css
<style>
span { border-color: #283AB1; }
span { border-color: rgb(40,58,177); }
td.TdClassName
{
border-color: #283AB1;
}
.TagClassName
{
border-color: #283AB1;
}
</style>