Shades of Persian Blue #2A16C5
Tints of Persian Blue #2A16C5
RGB
CMYK
RGB Variations
Color information
#2A16C5 (or 0x2A16C5) is known color: Persian Blue. HEX triplet: 2A, 16 and C5. RGB value is (42,22,197). Sum of RGB (Red+Green+Blue) = 42+22+197=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 197 (77.34% from 255 or 75.48% from 261); Max value from RGB is 197 - color contains mainly: blue. Hex color #2A16C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A16C5 is #D5E93A. Grayscale: #2F2F2F. Windows color (decimal): -14018875 or 12916266. OLE color: 12916266.
HSL color Cylindrical-coordinate representation of color #2A16C5: hue angle of 246.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A16C5 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 22 | 197 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.23 |
| HSL | 246.86º | 0.8% | 0.43% | - |
| HSV(B) | 246.86º | 0.89% | 0.77% | - |
| XYZ | 11.32 | 5.1 | 53.21 | - |
| YUV | 47.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 197 | 0.79 | 0.89 | 0 | 0.23 | 246.86 | 0.8 | 0.43 |
| Hex | 2A | 16 | C5 | 4F | 59 | 0 | 17 | F7 | 50 | 2B |
| Octal | 52 | 26 | 305 | 117 | 131 | 0 | 27 | 367 | 120 | 53 |
| Binary | 101010 | 10110 | 11000101 | 1001111 | 1011001 | 0 | 10111 | 11110111 | 1010000 | 101011 |
Color Harmonies of #2A16C5
Complementary color
Monochromatic Colors of #2A16C5
Black with #2A16C5
Text Example
Text Example
White with #2A16C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A16C5; }
p { color: rgb(42,22,197); }
H1.HeaderClassName
{
color: #2A16C5;
}
.AnyTagClassName
{
color: #2A16C5;
}
</style>
background-color css
<style>
a { background-color: #2A16C5; }
a { background-color: rgb(42,22,197); }
div.DivClassName
{
background-color: #2A16C5;
}
.BgClassName
{
background-color: #2A16C5;
}
</style>
border-color css
<style>
span { border-color: #2A16C5; }
span { border-color: rgb(42,22,197); }
td.TdClassName
{
border-color: #2A16C5;
}
.TagClassName
{
border-color: #2A16C5;
}
</style>