Shades of Persian Blue #2A31DB
Tints of Persian Blue #2A31DB
RGB
CMYK
RGB Variations
Color information
#2A31DB (or 0x2A31DB) is known color: Persian Blue. HEX triplet: 2A, 31 and DB. RGB value is (42,49,219). Sum of RGB (Red+Green+Blue) = 42+49+219=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A31DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A31DB is #D5CE24. Grayscale: #414141. Windows color (decimal): -14011941 or 14364970. OLE color: 14364970.
HSL color Cylindrical-coordinate representation of color #2A31DB: hue angle of 237.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A31DB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 49 | 219 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.14 |
| HSL | 237.63º | 0.71% | 0.51% | - |
| HSV(B) | 237.63º | 0.81% | 0.86% | - |
| XYZ | 14.84 | 7.8 | 67.74 | - |
| YUV | 66.29 | 214.18 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 219 | 0.81 | 0.78 | 0 | 0.14 | 237.63 | 0.71 | 0.51 |
| Hex | 2A | 31 | DB | 51 | 4E | 0 | E | EE | 47 | 33 |
| Octal | 52 | 61 | 333 | 121 | 116 | 0 | 16 | 356 | 107 | 63 |
| Binary | 101010 | 110001 | 11011011 | 1010001 | 1001110 | 0 | 1110 | 11101110 | 1000111 | 110011 |
Color Harmonies of #2A31DB
Complementary color
Monochromatic Colors of #2A31DB
Black with #2A31DB
Text Example
Text Example
White with #2A31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A31DB; }
p { color: rgb(42,49,219); }
H1.HeaderClassName
{
color: #2A31DB;
}
.AnyTagClassName
{
color: #2A31DB;
}
</style>
background-color css
<style>
a { background-color: #2A31DB; }
a { background-color: rgb(42,49,219); }
div.DivClassName
{
background-color: #2A31DB;
}
.BgClassName
{
background-color: #2A31DB;
}
</style>
border-color css
<style>
span { border-color: #2A31DB; }
span { border-color: rgb(42,49,219); }
td.TdClassName
{
border-color: #2A31DB;
}
.TagClassName
{
border-color: #2A31DB;
}
</style>