Shades of Persian Blue #2A27DD
Tints of Persian Blue #2A27DD
RGB
CMYK
RGB Variations
Color information
#2A27DD (or 0x2A27DD) is known color: Persian Blue. HEX triplet: 2A, 27 and DD. RGB value is (42,39,221). Sum of RGB (Red+Green+Blue) = 42+39+221=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A27DD is #D5D822. Grayscale: #3B3B3B. Windows color (decimal): -14014499 or 14493482. OLE color: 14493482.
HSL color Cylindrical-coordinate representation of color #2A27DD: hue angle of 240.99º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A27DD is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 39 | 221 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.13 |
| HSL | 240.99º | 0.73% | 0.51% | - |
| HSV(B) | 240.99º | 0.82% | 0.87% | - |
| XYZ | 14.73 | 7.16 | 69.01 | - |
| YUV | 60.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 221 | 0.81 | 0.82 | 0 | 0.13 | 240.99 | 0.73 | 0.51 |
| Hex | 2A | 27 | DD | 51 | 52 | 0 | D | F1 | 49 | 33 |
| Octal | 52 | 47 | 335 | 121 | 122 | 0 | 15 | 361 | 111 | 63 |
| Binary | 101010 | 100111 | 11011101 | 1010001 | 1010010 | 0 | 1101 | 11110001 | 1001001 | 110011 |
Color Harmonies of #2A27DD
Complementary color
Monochromatic Colors of #2A27DD
Black with #2A27DD
Text Example
Text Example
White with #2A27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27DD; }
p { color: rgb(42,39,221); }
H1.HeaderClassName
{
color: #2A27DD;
}
.AnyTagClassName
{
color: #2A27DD;
}
</style>
background-color css
<style>
a { background-color: #2A27DD; }
a { background-color: rgb(42,39,221); }
div.DivClassName
{
background-color: #2A27DD;
}
.BgClassName
{
background-color: #2A27DD;
}
</style>
border-color css
<style>
span { border-color: #2A27DD; }
span { border-color: rgb(42,39,221); }
td.TdClassName
{
border-color: #2A27DD;
}
.TagClassName
{
border-color: #2A27DD;
}
</style>