Shades of Persian Blue #3A2AB3
Tints of Persian Blue #3A2AB3
RGB
CMYK
RGB Variations
Color information
#3A2AB3 (or 0x3A2AB3) is known color: Persian Blue. HEX triplet: 3A, 2A and B3. RGB value is (58,42,179). Sum of RGB (Red+Green+Blue) = 58+42+179=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A2AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2AB3 is #C5D54C. Grayscale: #3D3D3D. Windows color (decimal): -12965197 or 11741754. OLE color: 11741754.
HSL color Cylindrical-coordinate representation of color #3A2AB3: hue angle of 247.01º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2AB3 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 42 | 179 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.30 |
| HSL | 247.01º | 0.62% | 0.43% | - |
| HSV(B) | 247.01º | 0.77% | 0.7% | - |
| XYZ | 10.71 | 5.81 | 43.2 | - |
| YUV | 62.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 179 | 0.68 | 0.77 | 0 | 0.30 | 247.01 | 0.62 | 0.43 |
| Hex | 3A | 2A | B3 | 44 | 4D | 0 | 1E | F7 | 3E | 2B |
| Octal | 72 | 52 | 263 | 104 | 115 | 0 | 36 | 367 | 76 | 53 |
| Binary | 111010 | 101010 | 10110011 | 1000100 | 1001101 | 0 | 11110 | 11110111 | 111110 | 101011 |
Color Harmonies of #3A2AB3
Complementary color
Monochromatic Colors of #3A2AB3
Black with #3A2AB3
Text Example
Text Example
White with #3A2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2AB3; }
p { color: rgb(58,42,179); }
H1.HeaderClassName
{
color: #3A2AB3;
}
.AnyTagClassName
{
color: #3A2AB3;
}
</style>
background-color css
<style>
a { background-color: #3A2AB3; }
a { background-color: rgb(58,42,179); }
div.DivClassName
{
background-color: #3A2AB3;
}
.BgClassName
{
background-color: #3A2AB3;
}
</style>
border-color css
<style>
span { border-color: #3A2AB3; }
span { border-color: rgb(58,42,179); }
td.TdClassName
{
border-color: #3A2AB3;
}
.TagClassName
{
border-color: #3A2AB3;
}
</style>