Shades of Persian Blue #2A15C1
Tints of Persian Blue #2A15C1
RGB
CMYK
RGB Variations
Color information
#2A15C1 (or 0x2A15C1) is known color: Persian Blue. HEX triplet: 2A, 15 and C1. RGB value is (42,21,193). Sum of RGB (Red+Green+Blue) = 42+21+193=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A15C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A15C1 is #D5EA3E. Grayscale: #2E2E2E. Windows color (decimal): -14019135 or 12653866. OLE color: 12653866.
HSL color Cylindrical-coordinate representation of color #2A15C1: hue angle of 247.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A15C1 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 21 | 193 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.24 |
| HSL | 247.33º | 0.8% | 0.42% | - |
| HSV(B) | 247.33º | 0.89% | 0.76% | - |
| XYZ | 10.85 | 4.88 | 50.82 | - |
| YUV | 46.89 | 210.46 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 193 | 0.78 | 0.89 | 0 | 0.24 | 247.33 | 0.8 | 0.42 |
| Hex | 2A | 15 | C1 | 4E | 59 | 0 | 18 | F7 | 50 | 2A |
| Octal | 52 | 25 | 301 | 116 | 131 | 0 | 30 | 367 | 120 | 52 |
| Binary | 101010 | 10101 | 11000001 | 1001110 | 1011001 | 0 | 11000 | 11110111 | 1010000 | 101010 |
Color Harmonies of #2A15C1
Complementary color
Monochromatic Colors of #2A15C1
Black with #2A15C1
Text Example
Text Example
White with #2A15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A15C1; }
p { color: rgb(42,21,193); }
H1.HeaderClassName
{
color: #2A15C1;
}
.AnyTagClassName
{
color: #2A15C1;
}
</style>
background-color css
<style>
a { background-color: #2A15C1; }
a { background-color: rgb(42,21,193); }
div.DivClassName
{
background-color: #2A15C1;
}
.BgClassName
{
background-color: #2A15C1;
}
</style>
border-color css
<style>
span { border-color: #2A15C1; }
span { border-color: rgb(42,21,193); }
td.TdClassName
{
border-color: #2A15C1;
}
.TagClassName
{
border-color: #2A15C1;
}
</style>