Shades of Persian Blue #3A27BA
Tints of Persian Blue #3A27BA
RGB
CMYK
RGB Variations
Color information
#3A27BA (or 0x3A27BA) is known color: Persian Blue. HEX triplet: 3A, 27 and BA. RGB value is (58,39,186). Sum of RGB (Red+Green+Blue) = 58+39+186=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A27BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A27BA is #C5D845. Grayscale: #3C3C3C. Windows color (decimal): -12965958 or 12199738. OLE color: 12199738.
HSL color Cylindrical-coordinate representation of color #3A27BA: hue angle of 247.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A27BA is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 39 | 186 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.27 |
| HSL | 247.76º | 0.65% | 0.44% | - |
| HSV(B) | 247.76º | 0.79% | 0.73% | - |
| XYZ | 11.33 | 5.9 | 47 | - |
| YUV | 61.44 | 198.29 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 186 | 0.69 | 0.79 | 0 | 0.27 | 247.76 | 0.65 | 0.44 |
| Hex | 3A | 27 | BA | 45 | 4F | 0 | 1B | F8 | 41 | 2C |
| Octal | 72 | 47 | 272 | 105 | 117 | 0 | 33 | 370 | 101 | 54 |
| Binary | 111010 | 100111 | 10111010 | 1000101 | 1001111 | 0 | 11011 | 11111000 | 1000001 | 101100 |
Color Harmonies of #3A27BA
Complementary color
Monochromatic Colors of #3A27BA
Black with #3A27BA
Text Example
Text Example
White with #3A27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A27BA; }
p { color: rgb(58,39,186); }
H1.HeaderClassName
{
color: #3A27BA;
}
.AnyTagClassName
{
color: #3A27BA;
}
</style>
background-color css
<style>
a { background-color: #3A27BA; }
a { background-color: rgb(58,39,186); }
div.DivClassName
{
background-color: #3A27BA;
}
.BgClassName
{
background-color: #3A27BA;
}
</style>
border-color css
<style>
span { border-color: #3A27BA; }
span { border-color: rgb(58,39,186); }
td.TdClassName
{
border-color: #3A27BA;
}
.TagClassName
{
border-color: #3A27BA;
}
</style>