Shades of Persian Blue #3A29B4
Tints of Persian Blue #3A29B4
RGB
CMYK
RGB Variations
Color information
#3A29B4 (or 0x3A29B4) is known color: Persian Blue. HEX triplet: 3A, 29 and B4. RGB value is (58,41,180). Sum of RGB (Red+Green+Blue) = 58+41+180=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A29B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A29B4 is #C5D64B. Grayscale: #3D3D3D. Windows color (decimal): -12965452 or 11807034. OLE color: 11807034.
HSL color Cylindrical-coordinate representation of color #3A29B4: hue angle of 247.34º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A29B4 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 41 | 180 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.29 |
| HSL | 247.34º | 0.63% | 0.43% | - |
| HSV(B) | 247.34º | 0.77% | 0.71% | - |
| XYZ | 10.78 | 5.78 | 43.73 | - |
| YUV | 61.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 180 | 0.68 | 0.77 | 0 | 0.29 | 247.34 | 0.63 | 0.43 |
| Hex | 3A | 29 | B4 | 44 | 4D | 0 | 1D | F7 | 3F | 2B |
| Octal | 72 | 51 | 264 | 104 | 115 | 0 | 35 | 367 | 77 | 53 |
| Binary | 111010 | 101001 | 10110100 | 1000100 | 1001101 | 0 | 11101 | 11110111 | 111111 | 101011 |
Color Harmonies of #3A29B4
Complementary color
Monochromatic Colors of #3A29B4
Black with #3A29B4
Text Example
Text Example
White with #3A29B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29B4; }
p { color: rgb(58,41,180); }
H1.HeaderClassName
{
color: #3A29B4;
}
.AnyTagClassName
{
color: #3A29B4;
}
</style>
background-color css
<style>
a { background-color: #3A29B4; }
a { background-color: rgb(58,41,180); }
div.DivClassName
{
background-color: #3A29B4;
}
.BgClassName
{
background-color: #3A29B4;
}
</style>
border-color css
<style>
span { border-color: #3A29B4; }
span { border-color: rgb(58,41,180); }
td.TdClassName
{
border-color: #3A29B4;
}
.TagClassName
{
border-color: #3A29B4;
}
</style>