Shades of Persian Blue #2A1CBA
Tints of Persian Blue #2A1CBA
RGB
CMYK
RGB Variations
Color information
#2A1CBA (or 0x2A1CBA) is known color: Persian Blue. HEX triplet: 2A, 1C and BA. RGB value is (42,28,186). Sum of RGB (Red+Green+Blue) = 42+28+186=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A1CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1CBA is #D5E345. Grayscale: #313131. Windows color (decimal): -14017350 or 12196906. OLE color: 12196906.
HSL color Cylindrical-coordinate representation of color #2A1CBA: hue angle of 245.32º 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 #2A1CBA is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 28 | 186 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.27 |
| HSL | 245.32º | 0.74% | 0.42% | - |
| HSV(B) | 245.32º | 0.85% | 0.73% | - |
| XYZ | 10.23 | 4.87 | 46.85 | - |
| YUV | 50.2 | 204.64 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 186 | 0.77 | 0.85 | 0 | 0.27 | 245.32 | 0.74 | 0.42 |
| Hex | 2A | 1C | BA | 4D | 55 | 0 | 1B | F5 | 4A | 2A |
| Octal | 52 | 34 | 272 | 115 | 125 | 0 | 33 | 365 | 112 | 52 |
| Binary | 101010 | 11100 | 10111010 | 1001101 | 1010101 | 0 | 11011 | 11110101 | 1001010 | 101010 |
Color Harmonies of #2A1CBA
Complementary color
Monochromatic Colors of #2A1CBA
Black with #2A1CBA
Text Example
Text Example
White with #2A1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1CBA; }
p { color: rgb(42,28,186); }
H1.HeaderClassName
{
color: #2A1CBA;
}
.AnyTagClassName
{
color: #2A1CBA;
}
</style>
background-color css
<style>
a { background-color: #2A1CBA; }
a { background-color: rgb(42,28,186); }
div.DivClassName
{
background-color: #2A1CBA;
}
.BgClassName
{
background-color: #2A1CBA;
}
</style>
border-color css
<style>
span { border-color: #2A1CBA; }
span { border-color: rgb(42,28,186); }
td.TdClassName
{
border-color: #2A1CBA;
}
.TagClassName
{
border-color: #2A1CBA;
}
</style>