Shades of Persian Blue #2A1EBB
Tints of Persian Blue #2A1EBB
RGB
CMYK
RGB Variations
Color information
#2A1EBB (or 0x2A1EBB) is known color: Persian Blue. HEX triplet: 2A, 1E and BB. RGB value is (42,30,187). Sum of RGB (Red+Green+Blue) = 42+30+187=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A1EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1EBB is #D5E144. Grayscale: #323232. Windows color (decimal): -14016837 or 12262954. OLE color: 12262954.
HSL color Cylindrical-coordinate representation of color #2A1EBB: hue angle of 244.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1EBB is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 30 | 187 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.27 |
| HSL | 244.59º | 0.72% | 0.43% | - |
| HSV(B) | 244.59º | 0.84% | 0.73% | - |
| XYZ | 10.39 | 5.01 | 47.43 | - |
| YUV | 51.49 | 204.48 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 187 | 0.78 | 0.84 | 0 | 0.27 | 244.59 | 0.72 | 0.43 |
| Hex | 2A | 1E | BB | 4E | 54 | 0 | 1B | F5 | 48 | 2B |
| Octal | 52 | 36 | 273 | 116 | 124 | 0 | 33 | 365 | 110 | 53 |
| Binary | 101010 | 11110 | 10111011 | 1001110 | 1010100 | 0 | 11011 | 11110101 | 1001000 | 101011 |
Color Harmonies of #2A1EBB
Complementary color
Monochromatic Colors of #2A1EBB
Black with #2A1EBB
Text Example
Text Example
White with #2A1EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1EBB; }
p { color: rgb(42,30,187); }
H1.HeaderClassName
{
color: #2A1EBB;
}
.AnyTagClassName
{
color: #2A1EBB;
}
</style>
background-color css
<style>
a { background-color: #2A1EBB; }
a { background-color: rgb(42,30,187); }
div.DivClassName
{
background-color: #2A1EBB;
}
.BgClassName
{
background-color: #2A1EBB;
}
</style>
border-color css
<style>
span { border-color: #2A1EBB; }
span { border-color: rgb(42,30,187); }
td.TdClassName
{
border-color: #2A1EBB;
}
.TagClassName
{
border-color: #2A1EBB;
}
</style>