Shades of Persian Blue #2C15C9
Tints of Persian Blue #2C15C9
RGB
CMYK
RGB Variations
Color information
#2C15C9 (or 0x2C15C9) is known color: Persian Blue. HEX triplet: 2C, 15 and C9. RGB value is (44,21,201). Sum of RGB (Red+Green+Blue) = 44+21+201=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #2C15C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C15C9 is #D3EA36. Grayscale: #2F2F2F. Windows color (decimal): -13888055 or 13178156. OLE color: 13178156.
HSL color Cylindrical-coordinate representation of color #2C15C9: hue angle of 247.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C15C9 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 21 | 201 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.21 |
| HSL | 247.67º | 0.81% | 0.44% | - |
| HSV(B) | 247.67º | 0.9% | 0.79% | - |
| XYZ | 11.85 | 5.29 | 55.65 | - |
| YUV | 48.4 | 214.12 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 201 | 0.78 | 0.90 | 0 | 0.21 | 247.67 | 0.81 | 0.44 |
| Hex | 2C | 15 | C9 | 4E | 5A | 0 | 15 | F8 | 51 | 2C |
| Octal | 54 | 25 | 311 | 116 | 132 | 0 | 25 | 370 | 121 | 54 |
| Binary | 101100 | 10101 | 11001001 | 1001110 | 1011010 | 0 | 10101 | 11111000 | 1010001 | 101100 |
Color Harmonies of #2C15C9
Complementary color
Monochromatic Colors of #2C15C9
Black with #2C15C9
Text Example
Text Example
White with #2C15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C15C9; }
p { color: rgb(44,21,201); }
H1.HeaderClassName
{
color: #2C15C9;
}
.AnyTagClassName
{
color: #2C15C9;
}
</style>
background-color css
<style>
a { background-color: #2C15C9; }
a { background-color: rgb(44,21,201); }
div.DivClassName
{
background-color: #2C15C9;
}
.BgClassName
{
background-color: #2C15C9;
}
</style>
border-color css
<style>
span { border-color: #2C15C9; }
span { border-color: rgb(44,21,201); }
td.TdClassName
{
border-color: #2C15C9;
}
.TagClassName
{
border-color: #2C15C9;
}
</style>