Shades of Persian Blue #3A29D5
Tints of Persian Blue #3A29D5
RGB
CMYK
RGB Variations
Color information
#3A29D5 (or 0x3A29D5) is known color: Persian Blue. HEX triplet: 3A, 29 and D5. RGB value is (58,41,213). Sum of RGB (Red+Green+Blue) = 58+41+213=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 213 (83.59% from 255 or 68.27% from 312); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A29D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A29D5 is #C5D62A. Grayscale: #414141. Windows color (decimal): -12965419 or 13969722. OLE color: 13969722.
HSL color Cylindrical-coordinate representation of color #3A29D5: hue angle of 245.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A29D5 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 41 | 213 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.16 |
| HSL | 245.93º | 0.68% | 0.5% | - |
| HSV(B) | 245.93º | 0.81% | 0.84% | - |
| XYZ | 14.55 | 7.29 | 63.59 | - |
| YUV | 65.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 213 | 0.73 | 0.81 | 0 | 0.16 | 245.93 | 0.68 | 0.5 |
| Hex | 3A | 29 | D5 | 49 | 51 | 0 | 10 | F6 | 44 | 32 |
| Octal | 72 | 51 | 325 | 111 | 121 | 0 | 20 | 366 | 104 | 62 |
| Binary | 111010 | 101001 | 11010101 | 1001001 | 1010001 | 0 | 10000 | 11110110 | 1000100 | 110010 |
Color Harmonies of #3A29D5
Complementary color
Monochromatic Colors of #3A29D5
Black with #3A29D5
Text Example
Text Example
White with #3A29D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29D5; }
p { color: rgb(58,41,213); }
H1.HeaderClassName
{
color: #3A29D5;
}
.AnyTagClassName
{
color: #3A29D5;
}
</style>
background-color css
<style>
a { background-color: #3A29D5; }
a { background-color: rgb(58,41,213); }
div.DivClassName
{
background-color: #3A29D5;
}
.BgClassName
{
background-color: #3A29D5;
}
</style>
border-color css
<style>
span { border-color: #3A29D5; }
span { border-color: rgb(58,41,213); }
td.TdClassName
{
border-color: #3A29D5;
}
.TagClassName
{
border-color: #3A29D5;
}
</style>