Shades of Persian Blue #313DD2
Tints of Persian Blue #313DD2
RGB
CMYK
RGB Variations
Color information
#313DD2 (or 0x313DD2) is known color: Persian Blue. HEX triplet: 31, 3D and D2. RGB value is (49,61,210). Sum of RGB (Red+Green+Blue) = 49+61+210=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 210 (82.42% from 255 or 65.62% from 320); Max value from RGB is 210 - color contains mainly: blue. Hex color #313DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DD2 is #CEC22D. Grayscale: #494949. Windows color (decimal): -13550126 or 13778225. OLE color: 13778225.
HSL color Cylindrical-coordinate representation of color #313DD2: hue angle of 235.53º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313DD2 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 61 | 210 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.18 |
| HSL | 235.53º | 0.64% | 0.51% | - |
| HSV(B) | 235.53º | 0.77% | 0.82% | - |
| XYZ | 14.57 | 8.64 | 61.87 | - |
| YUV | 74.4 | 204.52 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 210 | 0.77 | 0.71 | 0 | 0.18 | 235.53 | 0.64 | 0.51 |
| Hex | 31 | 3D | D2 | 4D | 47 | 0 | 12 | EC | 40 | 33 |
| Octal | 61 | 75 | 322 | 115 | 107 | 0 | 22 | 354 | 100 | 63 |
| Binary | 110001 | 111101 | 11010010 | 1001101 | 1000111 | 0 | 10010 | 11101100 | 1000000 | 110011 |
Color Harmonies of #313DD2
Complementary color
Monochromatic Colors of #313DD2
Black with #313DD2
Text Example
Text Example
White with #313DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DD2; }
p { color: rgb(49,61,210); }
H1.HeaderClassName
{
color: #313DD2;
}
.AnyTagClassName
{
color: #313DD2;
}
</style>
background-color css
<style>
a { background-color: #313DD2; }
a { background-color: rgb(49,61,210); }
div.DivClassName
{
background-color: #313DD2;
}
.BgClassName
{
background-color: #313DD2;
}
</style>
border-color css
<style>
span { border-color: #313DD2; }
span { border-color: rgb(49,61,210); }
td.TdClassName
{
border-color: #313DD2;
}
.TagClassName
{
border-color: #313DD2;
}
</style>