Shades of Persian Blue #2A1FBC
Tints of Persian Blue #2A1FBC
RGB
CMYK
RGB Variations
Color information
#2A1FBC (or 0x2A1FBC) is known color: Persian Blue. HEX triplet: 2A, 1F and BC. RGB value is (42,31,188). Sum of RGB (Red+Green+Blue) = 42+31+188=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A1FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1FBC is #D5E043. Grayscale: #333333. Windows color (decimal): -14016580 or 12328746. OLE color: 12328746.
HSL color Cylindrical-coordinate representation of color #2A1FBC: hue angle of 244.2º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1FBC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 31 | 188 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.26 |
| HSL | 244.2º | 0.72% | 0.43% | - |
| HSV(B) | 244.2º | 0.84% | 0.74% | - |
| XYZ | 10.52 | 5.1 | 48.01 | - |
| YUV | 52.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 188 | 0.78 | 0.84 | 0 | 0.26 | 244.2 | 0.72 | 0.43 |
| Hex | 2A | 1F | BC | 4E | 54 | 0 | 1A | F4 | 48 | 2B |
| Octal | 52 | 37 | 274 | 116 | 124 | 0 | 32 | 364 | 110 | 53 |
| Binary | 101010 | 11111 | 10111100 | 1001110 | 1010100 | 0 | 11010 | 11110100 | 1001000 | 101011 |
Color Harmonies of #2A1FBC
Complementary color
Monochromatic Colors of #2A1FBC
Black with #2A1FBC
Text Example
Text Example
White with #2A1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1FBC; }
p { color: rgb(42,31,188); }
H1.HeaderClassName
{
color: #2A1FBC;
}
.AnyTagClassName
{
color: #2A1FBC;
}
</style>
background-color css
<style>
a { background-color: #2A1FBC; }
a { background-color: rgb(42,31,188); }
div.DivClassName
{
background-color: #2A1FBC;
}
.BgClassName
{
background-color: #2A1FBC;
}
</style>
border-color css
<style>
span { border-color: #2A1FBC; }
span { border-color: rgb(42,31,188); }
td.TdClassName
{
border-color: #2A1FBC;
}
.TagClassName
{
border-color: #2A1FBC;
}
</style>