Shades of Persian Blue #2A1DAF
Tints of Persian Blue #2A1DAF
RGB
CMYK
RGB Variations
Color information
#2A1DAF (or 0x2A1DAF) is known color: Persian Blue. HEX triplet: 2A, 1D and AF. RGB value is (42,29,175). Sum of RGB (Red+Green+Blue) = 42+29+175=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A1DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1DAF is #D5E250. Grayscale: #303030. Windows color (decimal): -14017105 or 11476266. OLE color: 11476266.
HSL color Cylindrical-coordinate representation of color #2A1DAF: hue angle of 245.34º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1DAF is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 29 | 175 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.31 |
| HSL | 245.34º | 0.72% | 0.4% | - |
| HSV(B) | 245.34º | 0.83% | 0.69% | - |
| XYZ | 9.13 | 4.47 | 40.94 | - |
| YUV | 49.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 175 | 0.76 | 0.83 | 0 | 0.31 | 245.34 | 0.72 | 0.4 |
| Hex | 2A | 1D | AF | 4C | 53 | 0 | 1F | F5 | 48 | 28 |
| Octal | 52 | 35 | 257 | 114 | 123 | 0 | 37 | 365 | 110 | 50 |
| Binary | 101010 | 11101 | 10101111 | 1001100 | 1010011 | 0 | 11111 | 11110101 | 1001000 | 101000 |
Color Harmonies of #2A1DAF
Complementary color
Monochromatic Colors of #2A1DAF
Black with #2A1DAF
Text Example
Text Example
White with #2A1DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DAF; }
p { color: rgb(42,29,175); }
H1.HeaderClassName
{
color: #2A1DAF;
}
.AnyTagClassName
{
color: #2A1DAF;
}
</style>
background-color css
<style>
a { background-color: #2A1DAF; }
a { background-color: rgb(42,29,175); }
div.DivClassName
{
background-color: #2A1DAF;
}
.BgClassName
{
background-color: #2A1DAF;
}
</style>
border-color css
<style>
span { border-color: #2A1DAF; }
span { border-color: rgb(42,29,175); }
td.TdClassName
{
border-color: #2A1DAF;
}
.TagClassName
{
border-color: #2A1DAF;
}
</style>