Shades of Persian Blue #2D15BF
Tints of Persian Blue #2D15BF
RGB
CMYK
RGB Variations
Color information
#2D15BF (or 0x2D15BF) is known color: Persian Blue. HEX triplet: 2D, 15 and BF. RGB value is (45,21,191). Sum of RGB (Red+Green+Blue) = 45+21+191=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D15BF is #D2EA40. Grayscale: #2E2E2E. Windows color (decimal): -13822529 or 12522797. OLE color: 12522797.
HSL color Cylindrical-coordinate representation of color #2D15BF: hue angle of 248.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D15BF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 21 | 191 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.25 |
| HSL | 248.47º | 0.8% | 0.42% | - |
| HSV(B) | 248.47º | 0.89% | 0.75% | - |
| XYZ | 10.75 | 4.86 | 49.66 | - |
| YUV | 47.56 | 208.95 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 191 | 0.76 | 0.89 | 0 | 0.25 | 248.47 | 0.8 | 0.42 |
| Hex | 2D | 15 | BF | 4C | 59 | 0 | 19 | F8 | 50 | 2A |
| Octal | 55 | 25 | 277 | 114 | 131 | 0 | 31 | 370 | 120 | 52 |
| Binary | 101101 | 10101 | 10111111 | 1001100 | 1011001 | 0 | 11001 | 11111000 | 1010000 | 101010 |
Color Harmonies of #2D15BF
Complementary color
Monochromatic Colors of #2D15BF
Black with #2D15BF
Text Example
Text Example
White with #2D15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D15BF; }
p { color: rgb(45,21,191); }
H1.HeaderClassName
{
color: #2D15BF;
}
.AnyTagClassName
{
color: #2D15BF;
}
</style>
background-color css
<style>
a { background-color: #2D15BF; }
a { background-color: rgb(45,21,191); }
div.DivClassName
{
background-color: #2D15BF;
}
.BgClassName
{
background-color: #2D15BF;
}
</style>
border-color css
<style>
span { border-color: #2D15BF; }
span { border-color: rgb(45,21,191); }
td.TdClassName
{
border-color: #2D15BF;
}
.TagClassName
{
border-color: #2D15BF;
}
</style>