Shades of Persian Blue #2A1FAC
Tints of Persian Blue #2A1FAC
RGB
CMYK
RGB Variations
Color information
#2A1FAC (or 0x2A1FAC) is known color: Persian Blue. HEX triplet: 2A, 1F and AC. RGB value is (42,31,172). Sum of RGB (Red+Green+Blue) = 42+31+172=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A1FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1FAC is #D5E053. Grayscale: #313131. Windows color (decimal): -14016596 or 11280170. OLE color: 11280170.
HSL color Cylindrical-coordinate representation of color #2A1FAC: hue angle of 244.68º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1FAC is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 31 | 172 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.33 |
| HSL | 244.68º | 0.69% | 0.4% | - |
| HSV(B) | 244.68º | 0.82% | 0.67% | - |
| XYZ | 8.89 | 4.45 | 39.42 | - |
| YUV | 50.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 172 | 0.76 | 0.82 | 0 | 0.33 | 244.68 | 0.69 | 0.4 |
| Hex | 2A | 1F | AC | 4C | 52 | 0 | 21 | F5 | 45 | 28 |
| Octal | 52 | 37 | 254 | 114 | 122 | 0 | 41 | 365 | 105 | 50 |
| Binary | 101010 | 11111 | 10101100 | 1001100 | 1010010 | 0 | 100001 | 11110101 | 1000101 | 101000 |
Color Harmonies of #2A1FAC
Complementary color
Monochromatic Colors of #2A1FAC
Black with #2A1FAC
Text Example
Text Example
White with #2A1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1FAC; }
p { color: rgb(42,31,172); }
H1.HeaderClassName
{
color: #2A1FAC;
}
.AnyTagClassName
{
color: #2A1FAC;
}
</style>
background-color css
<style>
a { background-color: #2A1FAC; }
a { background-color: rgb(42,31,172); }
div.DivClassName
{
background-color: #2A1FAC;
}
.BgClassName
{
background-color: #2A1FAC;
}
</style>
border-color css
<style>
span { border-color: #2A1FAC; }
span { border-color: rgb(42,31,172); }
td.TdClassName
{
border-color: #2A1FAC;
}
.TagClassName
{
border-color: #2A1FAC;
}
</style>