Shades of Persian Blue #2817B9
Tints of Persian Blue #2817B9
RGB
CMYK
RGB Variations
Color information
#2817B9 (or 0x2817B9) is known color: Persian Blue. HEX triplet: 28, 17 and B9. RGB value is (40,23,185). Sum of RGB (Red+Green+Blue) = 40+23+185=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #2817B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817B9 is #D7E846. Grayscale: #2D2D2D. Windows color (decimal): -14149703 or 12130088. OLE color: 12130088.
HSL color Cylindrical-coordinate representation of color #2817B9: hue angle of 246.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2817B9 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 23 | 185 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.27 |
| HSL | 246.3º | 0.78% | 0.41% | - |
| HSV(B) | 246.3º | 0.88% | 0.73% | - |
| XYZ | 9.94 | 4.57 | 46.26 | - |
| YUV | 46.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 185 | 0.78 | 0.88 | 0 | 0.27 | 246.3 | 0.78 | 0.41 |
| Hex | 28 | 17 | B9 | 4E | 58 | 0 | 1B | F6 | 4E | 29 |
| Octal | 50 | 27 | 271 | 116 | 130 | 0 | 33 | 366 | 116 | 51 |
| Binary | 101000 | 10111 | 10111001 | 1001110 | 1011000 | 0 | 11011 | 11110110 | 1001110 | 101001 |
Color Harmonies of #2817B9
Complementary color
Monochromatic Colors of #2817B9
Black with #2817B9
Text Example
Text Example
White with #2817B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2817B9; }
p { color: rgb(40,23,185); }
H1.HeaderClassName
{
color: #2817B9;
}
.AnyTagClassName
{
color: #2817B9;
}
</style>
background-color css
<style>
a { background-color: #2817B9; }
a { background-color: rgb(40,23,185); }
div.DivClassName
{
background-color: #2817B9;
}
.BgClassName
{
background-color: #2817B9;
}
</style>
border-color css
<style>
span { border-color: #2817B9; }
span { border-color: rgb(40,23,185); }
td.TdClassName
{
border-color: #2817B9;
}
.TagClassName
{
border-color: #2817B9;
}
</style>