Shades of Persian Blue #2A27CC
Tints of Persian Blue #2A27CC
RGB
CMYK
RGB Variations
Color information
#2A27CC (or 0x2A27CC) is known color: Persian Blue. HEX triplet: 2A, 27 and CC. RGB value is (42,39,204). Sum of RGB (Red+Green+Blue) = 42+39+204=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A27CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A27CC is #D5D833. Grayscale: #3A3A3A. Windows color (decimal): -14014516 or 13379370. OLE color: 13379370.
HSL color Cylindrical-coordinate representation of color #2A27CC: hue angle of 241.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A27CC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 39 | 204 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.2 |
| HSL | 241.09º | 0.68% | 0.48% | - |
| HSV(B) | 241.09º | 0.81% | 0.8% | - |
| XYZ | 12.58 | 6.3 | 57.68 | - |
| YUV | 58.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 204 | 0.79 | 0.81 | 0 | 0.2 | 241.09 | 0.68 | 0.48 |
| Hex | 2A | 27 | CC | 4F | 51 | 0 | 14 | F1 | 44 | 30 |
| Octal | 52 | 47 | 314 | 117 | 121 | 0 | 24 | 361 | 104 | 60 |
| Binary | 101010 | 100111 | 11001100 | 1001111 | 1010001 | 0 | 10100 | 11110001 | 1000100 | 110000 |
Color Harmonies of #2A27CC
Complementary color
Monochromatic Colors of #2A27CC
Black with #2A27CC
Text Example
Text Example
White with #2A27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27CC; }
p { color: rgb(42,39,204); }
H1.HeaderClassName
{
color: #2A27CC;
}
.AnyTagClassName
{
color: #2A27CC;
}
</style>
background-color css
<style>
a { background-color: #2A27CC; }
a { background-color: rgb(42,39,204); }
div.DivClassName
{
background-color: #2A27CC;
}
.BgClassName
{
background-color: #2A27CC;
}
</style>
border-color css
<style>
span { border-color: #2A27CC; }
span { border-color: rgb(42,39,204); }
td.TdClassName
{
border-color: #2A27CC;
}
.TagClassName
{
border-color: #2A27CC;
}
</style>