Shades of Persian Blue #2A31BB
Tints of Persian Blue #2A31BB
RGB
CMYK
RGB Variations
Color information
#2A31BB (or 0x2A31BB) is known color: Persian Blue. HEX triplet: 2A, 31 and BB. RGB value is (42,49,187). Sum of RGB (Red+Green+Blue) = 42+49+187=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A31BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A31BB is #D5CE44. Grayscale: #3E3E3E. Windows color (decimal): -14011973 or 12267818. OLE color: 12267818.
HSL color Cylindrical-coordinate representation of color #2A31BB: hue angle of 237.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A31BB is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 49 | 187 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.27 |
| HSL | 237.1º | 0.63% | 0.45% | - |
| HSV(B) | 237.1º | 0.78% | 0.73% | - |
| XYZ | 11.02 | 6.28 | 47.64 | - |
| YUV | 62.64 | 198.18 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 187 | 0.78 | 0.74 | 0 | 0.27 | 237.1 | 0.63 | 0.45 |
| Hex | 2A | 31 | BB | 4E | 4A | 0 | 1B | ED | 3F | 2D |
| Octal | 52 | 61 | 273 | 116 | 112 | 0 | 33 | 355 | 77 | 55 |
| Binary | 101010 | 110001 | 10111011 | 1001110 | 1001010 | 0 | 11011 | 11101101 | 111111 | 101101 |
Color Harmonies of #2A31BB
Complementary color
Monochromatic Colors of #2A31BB
Black with #2A31BB
Text Example
Text Example
White with #2A31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A31BB; }
p { color: rgb(42,49,187); }
H1.HeaderClassName
{
color: #2A31BB;
}
.AnyTagClassName
{
color: #2A31BB;
}
</style>
background-color css
<style>
a { background-color: #2A31BB; }
a { background-color: rgb(42,49,187); }
div.DivClassName
{
background-color: #2A31BB;
}
.BgClassName
{
background-color: #2A31BB;
}
</style>
border-color css
<style>
span { border-color: #2A31BB; }
span { border-color: rgb(42,49,187); }
td.TdClassName
{
border-color: #2A31BB;
}
.TagClassName
{
border-color: #2A31BB;
}
</style>