Shades of Persian Blue #2817BB
Tints of Persian Blue #2817BB
RGB
CMYK
RGB Variations
Color information
#2817BB (or 0x2817BB) is known color: Persian Blue. HEX triplet: 28, 17 and BB. RGB value is (40,23,187). Sum of RGB (Red+Green+Blue) = 40+23+187=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #2817BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2817BB is #D7E844. Grayscale: #2E2E2E. Windows color (decimal): -14149701 or 12261160. OLE color: 12261160.
HSL color Cylindrical-coordinate representation of color #2817BB: hue angle of 246.22º 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 #2817BB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 23 | 187 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.27 |
| HSL | 246.22º | 0.78% | 0.41% | - |
| HSV(B) | 246.22º | 0.88% | 0.73% | - |
| XYZ | 10.15 | 4.65 | 47.38 | - |
| YUV | 46.78 | 207.13 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 187 | 0.79 | 0.88 | 0 | 0.27 | 246.22 | 0.78 | 0.41 |
| Hex | 28 | 17 | BB | 4F | 58 | 0 | 1B | F6 | 4E | 29 |
| Octal | 50 | 27 | 273 | 117 | 130 | 0 | 33 | 366 | 116 | 51 |
| Binary | 101000 | 10111 | 10111011 | 1001111 | 1011000 | 0 | 11011 | 11110110 | 1001110 | 101001 |
Color Harmonies of #2817BB
Complementary color
Monochromatic Colors of #2817BB
Black with #2817BB
Text Example
Text Example
White with #2817BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2817BB; }
p { color: rgb(40,23,187); }
H1.HeaderClassName
{
color: #2817BB;
}
.AnyTagClassName
{
color: #2817BB;
}
</style>
background-color css
<style>
a { background-color: #2817BB; }
a { background-color: rgb(40,23,187); }
div.DivClassName
{
background-color: #2817BB;
}
.BgClassName
{
background-color: #2817BB;
}
</style>
border-color css
<style>
span { border-color: #2817BB; }
span { border-color: rgb(40,23,187); }
td.TdClassName
{
border-color: #2817BB;
}
.TagClassName
{
border-color: #2817BB;
}
</style>