Shades of Persian Blue #3A23BA
Tints of Persian Blue #3A23BA
RGB
CMYK
RGB Variations
Color information
#3A23BA (or 0x3A23BA) is known color: Persian Blue. HEX triplet: 3A, 23 and BA. RGB value is (58,35,186). Sum of RGB (Red+Green+Blue) = 58+35+186=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A23BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A23BA is #C5DC45. Grayscale: #3A3A3A. Windows color (decimal): -12966982 or 12198714. OLE color: 12198714.
HSL color Cylindrical-coordinate representation of color #3A23BA: hue angle of 249.14º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A23BA is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 35 | 186 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.27 |
| HSL | 249.14º | 0.68% | 0.43% | - |
| HSV(B) | 249.14º | 0.81% | 0.73% | - |
| XYZ | 11.21 | 5.65 | 46.95 | - |
| YUV | 59.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 186 | 0.69 | 0.81 | 0 | 0.27 | 249.14 | 0.68 | 0.43 |
| Hex | 3A | 23 | BA | 45 | 51 | 0 | 1B | F9 | 44 | 2B |
| Octal | 72 | 43 | 272 | 105 | 121 | 0 | 33 | 371 | 104 | 53 |
| Binary | 111010 | 100011 | 10111010 | 1000101 | 1010001 | 0 | 11011 | 11111001 | 1000100 | 101011 |
Color Harmonies of #3A23BA
Complementary color
Monochromatic Colors of #3A23BA
Black with #3A23BA
Text Example
Text Example
White with #3A23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A23BA; }
p { color: rgb(58,35,186); }
H1.HeaderClassName
{
color: #3A23BA;
}
.AnyTagClassName
{
color: #3A23BA;
}
</style>
background-color css
<style>
a { background-color: #3A23BA; }
a { background-color: rgb(58,35,186); }
div.DivClassName
{
background-color: #3A23BA;
}
.BgClassName
{
background-color: #3A23BA;
}
</style>
border-color css
<style>
span { border-color: #3A23BA; }
span { border-color: rgb(58,35,186); }
td.TdClassName
{
border-color: #3A23BA;
}
.TagClassName
{
border-color: #3A23BA;
}
</style>