Shades of Persian Blue #313AC1
Tints of Persian Blue #313AC1
RGB
CMYK
RGB Variations
Color information
#313AC1 (or 0x313AC1) is known color: Persian Blue. HEX triplet: 31, 3A and C1. RGB value is (49,58,193). Sum of RGB (Red+Green+Blue) = 49+58+193=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #313AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313AC1 is #CEC53E. Grayscale: #464646. Windows color (decimal): -13550911 or 12663345. OLE color: 12663345.
HSL color Cylindrical-coordinate representation of color #313AC1: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313AC1 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 58 | 193 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.24 |
| HSL | 236.25º | 0.6% | 0.47% | - |
| HSV(B) | 236.25º | 0.75% | 0.76% | - |
| XYZ | 12.41 | 7.53 | 51.25 | - |
| YUV | 70.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 193 | 0.75 | 0.70 | 0 | 0.24 | 236.25 | 0.6 | 0.47 |
| Hex | 31 | 3A | C1 | 4B | 46 | 0 | 18 | EC | 3C | 2F |
| Octal | 61 | 72 | 301 | 113 | 106 | 0 | 30 | 354 | 74 | 57 |
| Binary | 110001 | 111010 | 11000001 | 1001011 | 1000110 | 0 | 11000 | 11101100 | 111100 | 101111 |
Color Harmonies of #313AC1
Complementary color
Monochromatic Colors of #313AC1
Black with #313AC1
Text Example
Text Example
White with #313AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AC1; }
p { color: rgb(49,58,193); }
H1.HeaderClassName
{
color: #313AC1;
}
.AnyTagClassName
{
color: #313AC1;
}
</style>
background-color css
<style>
a { background-color: #313AC1; }
a { background-color: rgb(49,58,193); }
div.DivClassName
{
background-color: #313AC1;
}
.BgClassName
{
background-color: #313AC1;
}
</style>
border-color css
<style>
span { border-color: #313AC1; }
span { border-color: rgb(49,58,193); }
td.TdClassName
{
border-color: #313AC1;
}
.TagClassName
{
border-color: #313AC1;
}
</style>