Shades of Persian Blue #3A31C0
Tints of Persian Blue #3A31C0
RGB
CMYK
RGB Variations
Color information
#3A31C0 (or 0x3A31C0) is known color: Persian Blue. HEX triplet: 3A, 31 and C0. RGB value is (58,49,192). Sum of RGB (Red+Green+Blue) = 58+49+192=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A31C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A31C0 is #C5CE3F. Grayscale: #434343. Windows color (decimal): -12963392 or 12595514. OLE color: 12595514.
HSL color Cylindrical-coordinate representation of color #3A31C0: hue angle of 243.78º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A31C0 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 49 | 192 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.25 |
| HSL | 243.78º | 0.59% | 0.47% | - |
| HSV(B) | 243.78º | 0.74% | 0.75% | - |
| XYZ | 12.36 | 6.9 | 50.55 | - |
| YUV | 67.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 192 | 0.70 | 0.74 | 0 | 0.25 | 243.78 | 0.59 | 0.47 |
| Hex | 3A | 31 | C0 | 46 | 4A | 0 | 19 | F4 | 3B | 2F |
| Octal | 72 | 61 | 300 | 106 | 112 | 0 | 31 | 364 | 73 | 57 |
| Binary | 111010 | 110001 | 11000000 | 1000110 | 1001010 | 0 | 11001 | 11110100 | 111011 | 101111 |
Color Harmonies of #3A31C0
Complementary color
Monochromatic Colors of #3A31C0
Black with #3A31C0
Text Example
Text Example
White with #3A31C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A31C0; }
p { color: rgb(58,49,192); }
H1.HeaderClassName
{
color: #3A31C0;
}
.AnyTagClassName
{
color: #3A31C0;
}
</style>
background-color css
<style>
a { background-color: #3A31C0; }
a { background-color: rgb(58,49,192); }
div.DivClassName
{
background-color: #3A31C0;
}
.BgClassName
{
background-color: #3A31C0;
}
</style>
border-color css
<style>
span { border-color: #3A31C0; }
span { border-color: rgb(58,49,192); }
td.TdClassName
{
border-color: #3A31C0;
}
.TagClassName
{
border-color: #3A31C0;
}
</style>