Shades of Persian Blue #2813BB
Tints of Persian Blue #2813BB
RGB
CMYK
RGB Variations
Color information
#2813BB (or 0x2813BB) is known color: Persian Blue. HEX triplet: 28, 13 and BB. RGB value is (40,19,187). Sum of RGB (Red+Green+Blue) = 40+19+187=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #2813BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813BB is #D7EC44. Grayscale: #2B2B2B. Windows color (decimal): -14150725 or 12260136. OLE color: 12260136.
HSL color Cylindrical-coordinate representation of color #2813BB: hue angle of 247.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2813BB is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 19 | 187 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.27 |
| HSL | 247.5º | 0.82% | 0.4% | - |
| HSV(B) | 247.5º | 0.9% | 0.73% | - |
| XYZ | 10.08 | 4.5 | 47.35 | - |
| YUV | 44.43 | 208.46 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 187 | 0.79 | 0.90 | 0 | 0.27 | 247.5 | 0.82 | 0.4 |
| Hex | 28 | 13 | BB | 4F | 5A | 0 | 1B | F8 | 52 | 28 |
| Octal | 50 | 23 | 273 | 117 | 132 | 0 | 33 | 370 | 122 | 50 |
| Binary | 101000 | 10011 | 10111011 | 1001111 | 1011010 | 0 | 11011 | 11111000 | 1010010 | 101000 |
Color Harmonies of #2813BB
Complementary color
Monochromatic Colors of #2813BB
Black with #2813BB
Text Example
Text Example
White with #2813BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813BB; }
p { color: rgb(40,19,187); }
H1.HeaderClassName
{
color: #2813BB;
}
.AnyTagClassName
{
color: #2813BB;
}
</style>
background-color css
<style>
a { background-color: #2813BB; }
a { background-color: rgb(40,19,187); }
div.DivClassName
{
background-color: #2813BB;
}
.BgClassName
{
background-color: #2813BB;
}
</style>
border-color css
<style>
span { border-color: #2813BB; }
span { border-color: rgb(40,19,187); }
td.TdClassName
{
border-color: #2813BB;
}
.TagClassName
{
border-color: #2813BB;
}
</style>