Shades of Persian Blue #3A2BD1
Tints of Persian Blue #3A2BD1
RGB
CMYK
RGB Variations
Color information
#3A2BD1 (or 0x3A2BD1) is known color: Persian Blue. HEX triplet: 3A, 2B and D1. RGB value is (58,43,209). Sum of RGB (Red+Green+Blue) = 58+43+209=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A2BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BD1 is #C5D42E. Grayscale: #414141. Windows color (decimal): -12964911 or 13708090. OLE color: 13708090.
HSL color Cylindrical-coordinate representation of color #3A2BD1: hue angle of 245.42º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2BD1 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 43 | 209 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.18 |
| HSL | 245.42º | 0.66% | 0.49% | - |
| HSV(B) | 245.42º | 0.79% | 0.82% | - |
| XYZ | 14.12 | 7.23 | 60.97 | - |
| YUV | 66.41 | 208.47 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 209 | 0.72 | 0.79 | 0 | 0.18 | 245.42 | 0.66 | 0.49 |
| Hex | 3A | 2B | D1 | 48 | 4F | 0 | 12 | F5 | 42 | 31 |
| Octal | 72 | 53 | 321 | 110 | 117 | 0 | 22 | 365 | 102 | 61 |
| Binary | 111010 | 101011 | 11010001 | 1001000 | 1001111 | 0 | 10010 | 11110101 | 1000010 | 110001 |
Color Harmonies of #3A2BD1
Complementary color
Monochromatic Colors of #3A2BD1
Black with #3A2BD1
Text Example
Text Example
White with #3A2BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BD1; }
p { color: rgb(58,43,209); }
H1.HeaderClassName
{
color: #3A2BD1;
}
.AnyTagClassName
{
color: #3A2BD1;
}
</style>
background-color css
<style>
a { background-color: #3A2BD1; }
a { background-color: rgb(58,43,209); }
div.DivClassName
{
background-color: #3A2BD1;
}
.BgClassName
{
background-color: #3A2BD1;
}
</style>
border-color css
<style>
span { border-color: #3A2BD1; }
span { border-color: rgb(58,43,209); }
td.TdClassName
{
border-color: #3A2BD1;
}
.TagClassName
{
border-color: #3A2BD1;
}
</style>