Shades of Persian Blue #2A1CB9
Tints of Persian Blue #2A1CB9
RGB
CMYK
RGB Variations
Color information
#2A1CB9 (or 0x2A1CB9) is known color: Persian Blue. HEX triplet: 2A, 1C and B9. RGB value is (42,28,185). Sum of RGB (Red+Green+Blue) = 42+28+185=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 185 (72.66% from 255 or 72.55% from 255); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A1CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1CB9 is #D5E346. Grayscale: #313131. Windows color (decimal): -14017351 or 12131370. OLE color: 12131370.
HSL color Cylindrical-coordinate representation of color #2A1CB9: hue angle of 245.35º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1CB9 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 28 | 185 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.27 |
| HSL | 245.35º | 0.74% | 0.42% | - |
| HSV(B) | 245.35º | 0.85% | 0.73% | - |
| XYZ | 10.13 | 4.83 | 46.3 | - |
| YUV | 50.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 185 | 0.77 | 0.85 | 0 | 0.27 | 245.35 | 0.74 | 0.42 |
| Hex | 2A | 1C | B9 | 4D | 55 | 0 | 1B | F5 | 4A | 2A |
| Octal | 52 | 34 | 271 | 115 | 125 | 0 | 33 | 365 | 112 | 52 |
| Binary | 101010 | 11100 | 10111001 | 1001101 | 1010101 | 0 | 11011 | 11110101 | 1001010 | 101010 |
Color Harmonies of #2A1CB9
Complementary color
Monochromatic Colors of #2A1CB9
Black with #2A1CB9
Text Example
Text Example
White with #2A1CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1CB9; }
p { color: rgb(42,28,185); }
H1.HeaderClassName
{
color: #2A1CB9;
}
.AnyTagClassName
{
color: #2A1CB9;
}
</style>
background-color css
<style>
a { background-color: #2A1CB9; }
a { background-color: rgb(42,28,185); }
div.DivClassName
{
background-color: #2A1CB9;
}
.BgClassName
{
background-color: #2A1CB9;
}
</style>
border-color css
<style>
span { border-color: #2A1CB9; }
span { border-color: rgb(42,28,185); }
td.TdClassName
{
border-color: #2A1CB9;
}
.TagClassName
{
border-color: #2A1CB9;
}
</style>