Shades of Persian Blue #2D19BA
Tints of Persian Blue #2D19BA
RGB
CMYK
RGB Variations
Color information
#2D19BA (or 0x2D19BA) is known color: Persian Blue. HEX triplet: 2D, 19 and BA. RGB value is (45,25,186). Sum of RGB (Red+Green+Blue) = 45+25+186=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D19BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D19BA is #D2E645. Grayscale: #303030. Windows color (decimal): -13821510 or 12196141. OLE color: 12196141.
HSL color Cylindrical-coordinate representation of color #2D19BA: hue angle of 247.45º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D19BA is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 25 | 186 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.27 |
| HSL | 247.45º | 0.76% | 0.41% | - |
| HSV(B) | 247.45º | 0.87% | 0.73% | - |
| XYZ | 10.29 | 4.8 | 46.84 | - |
| YUV | 49.33 | 205.13 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 186 | 0.76 | 0.87 | 0 | 0.27 | 247.45 | 0.76 | 0.41 |
| Hex | 2D | 19 | BA | 4C | 57 | 0 | 1B | F7 | 4C | 29 |
| Octal | 55 | 31 | 272 | 114 | 127 | 0 | 33 | 367 | 114 | 51 |
| Binary | 101101 | 11001 | 10111010 | 1001100 | 1010111 | 0 | 11011 | 11110111 | 1001100 | 101001 |
Color Harmonies of #2D19BA
Complementary color
Monochromatic Colors of #2D19BA
Black with #2D19BA
Text Example
Text Example
White with #2D19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D19BA; }
p { color: rgb(45,25,186); }
H1.HeaderClassName
{
color: #2D19BA;
}
.AnyTagClassName
{
color: #2D19BA;
}
</style>
background-color css
<style>
a { background-color: #2D19BA; }
a { background-color: rgb(45,25,186); }
div.DivClassName
{
background-color: #2D19BA;
}
.BgClassName
{
background-color: #2D19BA;
}
</style>
border-color css
<style>
span { border-color: #2D19BA; }
span { border-color: rgb(45,25,186); }
td.TdClassName
{
border-color: #2D19BA;
}
.TagClassName
{
border-color: #2D19BA;
}
</style>