Shades of Persian Blue #2830AB
Tints of Persian Blue #2830AB
RGB
CMYK
RGB Variations
Color information
#2830AB (or 0x2830AB) is known color: Persian Blue. HEX triplet: 28, 30 and AB. RGB value is (40,48,171). Sum of RGB (Red+Green+Blue) = 40+48+171=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #2830AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2830AB is #D7CF54. Grayscale: #3B3B3B. Windows color (decimal): -14143317 or 11218984. OLE color: 11218984.
HSL color Cylindrical-coordinate representation of color #2830AB: hue angle of 236.34º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2830AB is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 48 | 171 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.33 |
| HSL | 236.34º | 0.62% | 0.41% | - |
| HSV(B) | 236.34º | 0.77% | 0.67% | - |
| XYZ | 9.28 | 5.51 | 39.1 | - |
| YUV | 59.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 171 | 0.77 | 0.72 | 0 | 0.33 | 236.34 | 0.62 | 0.41 |
| Hex | 28 | 30 | AB | 4D | 48 | 0 | 21 | EC | 3E | 29 |
| Octal | 50 | 60 | 253 | 115 | 110 | 0 | 41 | 354 | 76 | 51 |
| Binary | 101000 | 110000 | 10101011 | 1001101 | 1001000 | 0 | 100001 | 11101100 | 111110 | 101001 |
Color Harmonies of #2830AB
Complementary color
Monochromatic Colors of #2830AB
Black with #2830AB
Text Example
Text Example
White with #2830AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2830AB; }
p { color: rgb(40,48,171); }
H1.HeaderClassName
{
color: #2830AB;
}
.AnyTagClassName
{
color: #2830AB;
}
</style>
background-color css
<style>
a { background-color: #2830AB; }
a { background-color: rgb(40,48,171); }
div.DivClassName
{
background-color: #2830AB;
}
.BgClassName
{
background-color: #2830AB;
}
</style>
border-color css
<style>
span { border-color: #2830AB; }
span { border-color: rgb(40,48,171); }
td.TdClassName
{
border-color: #2830AB;
}
.TagClassName
{
border-color: #2830AB;
}
</style>