Shades of Persian Blue #2A2DAD
Tints of Persian Blue #2A2DAD
RGB
CMYK
RGB Variations
Color information
#2A2DAD (or 0x2A2DAD) is known color: Persian Blue. HEX triplet: 2A, 2D and AD. RGB value is (42,45,173). Sum of RGB (Red+Green+Blue) = 42+45+173=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2DAD is #D5D252. Grayscale: #3A3A3A. Windows color (decimal): -14013011 or 11349290. OLE color: 11349290.
HSL color Cylindrical-coordinate representation of color #2A2DAD: hue angle of 238.63º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2DAD is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 45 | 173 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.32 |
| HSL | 238.63º | 0.61% | 0.42% | - |
| HSV(B) | 238.63º | 0.76% | 0.68% | - |
| XYZ | 9.44 | 5.39 | 40.08 | - |
| YUV | 58.7 | 192.51 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 173 | 0.76 | 0.74 | 0 | 0.32 | 238.63 | 0.61 | 0.42 |
| Hex | 2A | 2D | AD | 4C | 4A | 0 | 20 | EF | 3D | 2A |
| Octal | 52 | 55 | 255 | 114 | 112 | 0 | 40 | 357 | 75 | 52 |
| Binary | 101010 | 101101 | 10101101 | 1001100 | 1001010 | 0 | 100000 | 11101111 | 111101 | 101010 |
Color Harmonies of #2A2DAD
Complementary color
Monochromatic Colors of #2A2DAD
Black with #2A2DAD
Text Example
Text Example
White with #2A2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2DAD; }
p { color: rgb(42,45,173); }
H1.HeaderClassName
{
color: #2A2DAD;
}
.AnyTagClassName
{
color: #2A2DAD;
}
</style>
background-color css
<style>
a { background-color: #2A2DAD; }
a { background-color: rgb(42,45,173); }
div.DivClassName
{
background-color: #2A2DAD;
}
.BgClassName
{
background-color: #2A2DAD;
}
</style>
border-color css
<style>
span { border-color: #2A2DAD; }
span { border-color: rgb(42,45,173); }
td.TdClassName
{
border-color: #2A2DAD;
}
.TagClassName
{
border-color: #2A2DAD;
}
</style>