Shades of Persian Blue #2C15CA
Tints of Persian Blue #2C15CA
RGB
CMYK
RGB Variations
Color information
#2C15CA (or 0x2C15CA) is known color: Persian Blue. HEX triplet: 2C, 15 and CA. RGB value is (44,21,202). Sum of RGB (Red+Green+Blue) = 44+21+202=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C15CA is #D3EA35. Grayscale: #2F2F2F. Windows color (decimal): -13888054 or 13243692. OLE color: 13243692.
HSL color Cylindrical-coordinate representation of color #2C15CA: hue angle of 247.62º 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 #2C15CA is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 21 | 202 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.21 |
| HSL | 247.62º | 0.81% | 0.44% | - |
| HSV(B) | 247.62º | 0.9% | 0.79% | - |
| XYZ | 11.97 | 5.34 | 56.28 | - |
| YUV | 48.51 | 214.62 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 202 | 0.78 | 0.90 | 0 | 0.21 | 247.62 | 0.81 | 0.44 |
| Hex | 2C | 15 | CA | 4E | 5A | 0 | 15 | F8 | 51 | 2C |
| Octal | 54 | 25 | 312 | 116 | 132 | 0 | 25 | 370 | 121 | 54 |
| Binary | 101100 | 10101 | 11001010 | 1001110 | 1011010 | 0 | 10101 | 11111000 | 1010001 | 101100 |
Color Harmonies of #2C15CA
Complementary color
Monochromatic Colors of #2C15CA
Black with #2C15CA
Text Example
Text Example
White with #2C15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C15CA; }
p { color: rgb(44,21,202); }
H1.HeaderClassName
{
color: #2C15CA;
}
.AnyTagClassName
{
color: #2C15CA;
}
</style>
background-color css
<style>
a { background-color: #2C15CA; }
a { background-color: rgb(44,21,202); }
div.DivClassName
{
background-color: #2C15CA;
}
.BgClassName
{
background-color: #2C15CA;
}
</style>
border-color css
<style>
span { border-color: #2C15CA; }
span { border-color: rgb(44,21,202); }
td.TdClassName
{
border-color: #2C15CA;
}
.TagClassName
{
border-color: #2C15CA;
}
</style>