Shades of Persian Blue #313EC4
Tints of Persian Blue #313EC4
RGB
CMYK
RGB Variations
Color information
#313EC4 (or 0x313EC4) is known color: Persian Blue. HEX triplet: 31, 3E and C4. RGB value is (49,62,196). Sum of RGB (Red+Green+Blue) = 49+62+196=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 196 (76.95% from 255 or 63.84% from 307); Max value from RGB is 196 - color contains mainly: blue. Hex color #313EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EC4 is #CEC13B. Grayscale: #484848. Windows color (decimal): -13549884 or 12860977. OLE color: 12860977.
HSL color Cylindrical-coordinate representation of color #313EC4: hue angle of 234.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313EC4 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 62 | 196 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.23 |
| HSL | 234.69º | 0.6% | 0.48% | - |
| HSV(B) | 234.69º | 0.75% | 0.77% | - |
| XYZ | 12.95 | 8.08 | 53.1 | - |
| YUV | 73.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 196 | 0.75 | 0.68 | 0 | 0.23 | 234.69 | 0.6 | 0.48 |
| Hex | 31 | 3E | C4 | 4B | 44 | 0 | 17 | EB | 3C | 30 |
| Octal | 61 | 76 | 304 | 113 | 104 | 0 | 27 | 353 | 74 | 60 |
| Binary | 110001 | 111110 | 11000100 | 1001011 | 1000100 | 0 | 10111 | 11101011 | 111100 | 110000 |
Color Harmonies of #313EC4
Complementary color
Monochromatic Colors of #313EC4
Black with #313EC4
Text Example
Text Example
White with #313EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313EC4; }
p { color: rgb(49,62,196); }
H1.HeaderClassName
{
color: #313EC4;
}
.AnyTagClassName
{
color: #313EC4;
}
</style>
background-color css
<style>
a { background-color: #313EC4; }
a { background-color: rgb(49,62,196); }
div.DivClassName
{
background-color: #313EC4;
}
.BgClassName
{
background-color: #313EC4;
}
</style>
border-color css
<style>
span { border-color: #313EC4; }
span { border-color: rgb(49,62,196); }
td.TdClassName
{
border-color: #313EC4;
}
.TagClassName
{
border-color: #313EC4;
}
</style>