Shades of Persian Blue #2A27BE
Tints of Persian Blue #2A27BE
RGB
CMYK
RGB Variations
Color information
#2A27BE (or 0x2A27BE) is known color: Persian Blue. HEX triplet: 2A, 27 and BE. RGB value is (42,39,190). Sum of RGB (Red+Green+Blue) = 42+39+190=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A27BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A27BE is #D5D841. Grayscale: #383838. Windows color (decimal): -14014530 or 12461866. OLE color: 12461866.
HSL color Cylindrical-coordinate representation of color #2A27BE: hue angle of 241.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A27BE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 39 | 190 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.25 |
| HSL | 241.19º | 0.66% | 0.45% | - |
| HSV(B) | 241.19º | 0.79% | 0.75% | - |
| XYZ | 10.97 | 5.66 | 49.23 | - |
| YUV | 57.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 190 | 0.78 | 0.79 | 0 | 0.25 | 241.19 | 0.66 | 0.45 |
| Hex | 2A | 27 | BE | 4E | 4F | 0 | 19 | F1 | 42 | 2D |
| Octal | 52 | 47 | 276 | 116 | 117 | 0 | 31 | 361 | 102 | 55 |
| Binary | 101010 | 100111 | 10111110 | 1001110 | 1001111 | 0 | 11001 | 11110001 | 1000010 | 101101 |
Color Harmonies of #2A27BE
Complementary color
Monochromatic Colors of #2A27BE
Black with #2A27BE
Text Example
Text Example
White with #2A27BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27BE; }
p { color: rgb(42,39,190); }
H1.HeaderClassName
{
color: #2A27BE;
}
.AnyTagClassName
{
color: #2A27BE;
}
</style>
background-color css
<style>
a { background-color: #2A27BE; }
a { background-color: rgb(42,39,190); }
div.DivClassName
{
background-color: #2A27BE;
}
.BgClassName
{
background-color: #2A27BE;
}
</style>
border-color css
<style>
span { border-color: #2A27BE; }
span { border-color: rgb(42,39,190); }
td.TdClassName
{
border-color: #2A27BE;
}
.TagClassName
{
border-color: #2A27BE;
}
</style>