Shades of Persian Blue #2C1ECA
Tints of Persian Blue #2C1ECA
RGB
CMYK
RGB Variations
Color information
#2C1ECA (or 0x2C1ECA) is known color: Persian Blue. HEX triplet: 2C, 1E and CA. RGB value is (44,30,202). Sum of RGB (Red+Green+Blue) = 44+30+202=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C1ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1ECA is #D3E135. Grayscale: #353535. Windows color (decimal): -13885750 or 13245996. OLE color: 13245996.
HSL color Cylindrical-coordinate representation of color #2C1ECA: hue angle of 244.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1ECA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 30 | 202 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.21 |
| HSL | 244.88º | 0.74% | 0.45% | - |
| HSV(B) | 244.88º | 0.85% | 0.79% | - |
| XYZ | 12.16 | 5.73 | 56.34 | - |
| YUV | 53.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 202 | 0.78 | 0.85 | 0 | 0.21 | 244.88 | 0.74 | 0.45 |
| Hex | 2C | 1E | CA | 4E | 55 | 0 | 15 | F5 | 4A | 2D |
| Octal | 54 | 36 | 312 | 116 | 125 | 0 | 25 | 365 | 112 | 55 |
| Binary | 101100 | 11110 | 11001010 | 1001110 | 1010101 | 0 | 10101 | 11110101 | 1001010 | 101101 |
Color Harmonies of #2C1ECA
Complementary color
Monochromatic Colors of #2C1ECA
Black with #2C1ECA
Text Example
Text Example
White with #2C1ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1ECA; }
p { color: rgb(44,30,202); }
H1.HeaderClassName
{
color: #2C1ECA;
}
.AnyTagClassName
{
color: #2C1ECA;
}
</style>
background-color css
<style>
a { background-color: #2C1ECA; }
a { background-color: rgb(44,30,202); }
div.DivClassName
{
background-color: #2C1ECA;
}
.BgClassName
{
background-color: #2C1ECA;
}
</style>
border-color css
<style>
span { border-color: #2C1ECA; }
span { border-color: rgb(44,30,202); }
td.TdClassName
{
border-color: #2C1ECA;
}
.TagClassName
{
border-color: #2C1ECA;
}
</style>