Shades of Persian Blue #2A1DB5
Tints of Persian Blue #2A1DB5
RGB
CMYK
RGB Variations
Color information
#2A1DB5 (or 0x2A1DB5) is known color: Persian Blue. HEX triplet: 2A, 1D and B5. RGB value is (42,29,181). Sum of RGB (Red+Green+Blue) = 42+29+181=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 181 (71.09% from 255 or 71.83% from 252); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A1DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1DB5 is #D5E24A. Grayscale: #313131. Windows color (decimal): -14017099 or 11869482. OLE color: 11869482.
HSL color Cylindrical-coordinate representation of color #2A1DB5: hue angle of 245.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1DB5 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 29 | 181 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.29 |
| HSL | 245.13º | 0.72% | 0.41% | - |
| HSV(B) | 245.13º | 0.84% | 0.71% | - |
| XYZ | 9.73 | 4.71 | 44.11 | - |
| YUV | 50.22 | 201.81 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 181 | 0.77 | 0.84 | 0 | 0.29 | 245.13 | 0.72 | 0.41 |
| Hex | 2A | 1D | B5 | 4D | 54 | 0 | 1D | F5 | 48 | 29 |
| Octal | 52 | 35 | 265 | 115 | 124 | 0 | 35 | 365 | 110 | 51 |
| Binary | 101010 | 11101 | 10110101 | 1001101 | 1010100 | 0 | 11101 | 11110101 | 1001000 | 101001 |
Color Harmonies of #2A1DB5
Complementary color
Monochromatic Colors of #2A1DB5
Black with #2A1DB5
Text Example
Text Example
White with #2A1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DB5; }
p { color: rgb(42,29,181); }
H1.HeaderClassName
{
color: #2A1DB5;
}
.AnyTagClassName
{
color: #2A1DB5;
}
</style>
background-color css
<style>
a { background-color: #2A1DB5; }
a { background-color: rgb(42,29,181); }
div.DivClassName
{
background-color: #2A1DB5;
}
.BgClassName
{
background-color: #2A1DB5;
}
</style>
border-color css
<style>
span { border-color: #2A1DB5; }
span { border-color: rgb(42,29,181); }
td.TdClassName
{
border-color: #2A1DB5;
}
.TagClassName
{
border-color: #2A1DB5;
}
</style>