Shades of Persian Blue #2C15BF
Tints of Persian Blue #2C15BF
RGB
CMYK
RGB Variations
Color information
#2C15BF (or 0x2C15BF) is known color: Persian Blue. HEX triplet: 2C, 15 and BF. RGB value is (44,21,191). Sum of RGB (Red+Green+Blue) = 44+21+191=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C15BF is #D3EA40. Grayscale: #2E2E2E. Windows color (decimal): -13888065 or 12522796. OLE color: 12522796.
HSL color Cylindrical-coordinate representation of color #2C15BF: hue angle of 248.12º 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 #2C15BF is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 21 | 191 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.25 |
| HSL | 248.12º | 0.8% | 0.42% | - |
| HSV(B) | 248.12º | 0.89% | 0.75% | - |
| XYZ | 10.71 | 4.83 | 49.66 | - |
| YUV | 47.26 | 209.12 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 191 | 0.77 | 0.89 | 0 | 0.25 | 248.12 | 0.8 | 0.42 |
| Hex | 2C | 15 | BF | 4D | 59 | 0 | 19 | F8 | 50 | 2A |
| Octal | 54 | 25 | 277 | 115 | 131 | 0 | 31 | 370 | 120 | 52 |
| Binary | 101100 | 10101 | 10111111 | 1001101 | 1011001 | 0 | 11001 | 11111000 | 1010000 | 101010 |
Color Harmonies of #2C15BF
Complementary color
Monochromatic Colors of #2C15BF
Black with #2C15BF
Text Example
Text Example
White with #2C15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C15BF; }
p { color: rgb(44,21,191); }
H1.HeaderClassName
{
color: #2C15BF;
}
.AnyTagClassName
{
color: #2C15BF;
}
</style>
background-color css
<style>
a { background-color: #2C15BF; }
a { background-color: rgb(44,21,191); }
div.DivClassName
{
background-color: #2C15BF;
}
.BgClassName
{
background-color: #2C15BF;
}
</style>
border-color css
<style>
span { border-color: #2C15BF; }
span { border-color: rgb(44,21,191); }
td.TdClassName
{
border-color: #2C15BF;
}
.TagClassName
{
border-color: #2C15BF;
}
</style>