Shades of Persian Blue #2A1DBB
Tints of Persian Blue #2A1DBB
RGB
CMYK
RGB Variations
Color information
#2A1DBB (or 0x2A1DBB) is known color: Persian Blue. HEX triplet: 2A, 1D and BB. RGB value is (42,29,187). Sum of RGB (Red+Green+Blue) = 42+29+187=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A1DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1DBB is #D5E244. Grayscale: #323232. Windows color (decimal): -14017093 or 12262698. OLE color: 12262698.
HSL color Cylindrical-coordinate representation of color #2A1DBB: hue angle of 244.94º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1DBB is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 29 | 187 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.27 |
| HSL | 244.94º | 0.73% | 0.42% | - |
| HSV(B) | 244.94º | 0.84% | 0.73% | - |
| XYZ | 10.36 | 4.96 | 47.42 | - |
| YUV | 50.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 187 | 0.78 | 0.84 | 0 | 0.27 | 244.94 | 0.73 | 0.42 |
| Hex | 2A | 1D | BB | 4E | 54 | 0 | 1B | F5 | 49 | 2A |
| Octal | 52 | 35 | 273 | 116 | 124 | 0 | 33 | 365 | 111 | 52 |
| Binary | 101010 | 11101 | 10111011 | 1001110 | 1010100 | 0 | 11011 | 11110101 | 1001001 | 101010 |
Color Harmonies of #2A1DBB
Complementary color
Monochromatic Colors of #2A1DBB
Black with #2A1DBB
Text Example
Text Example
White with #2A1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DBB; }
p { color: rgb(42,29,187); }
H1.HeaderClassName
{
color: #2A1DBB;
}
.AnyTagClassName
{
color: #2A1DBB;
}
</style>
background-color css
<style>
a { background-color: #2A1DBB; }
a { background-color: rgb(42,29,187); }
div.DivClassName
{
background-color: #2A1DBB;
}
.BgClassName
{
background-color: #2A1DBB;
}
</style>
border-color css
<style>
span { border-color: #2A1DBB; }
span { border-color: rgb(42,29,187); }
td.TdClassName
{
border-color: #2A1DBB;
}
.TagClassName
{
border-color: #2A1DBB;
}
</style>