Shades of Persian Blue #3031D7
Tints of Persian Blue #3031D7
RGB
CMYK
RGB Variations
Color information
#3031D7 (or 0x3031D7) is known color: Persian Blue. HEX triplet: 30, 31 and D7. RGB value is (48,49,215). Sum of RGB (Red+Green+Blue) = 48+49+215=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #3031D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3031D7 is #CFCE28. Grayscale: #424242. Windows color (decimal): -13618729 or 14102832. OLE color: 14102832.
HSL color Cylindrical-coordinate representation of color #3031D7: hue angle of 239.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3031D7 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 49 | 215 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.16 |
| HSL | 239.64º | 0.68% | 0.52% | - |
| HSV(B) | 239.64º | 0.78% | 0.84% | - |
| XYZ | 14.58 | 7.73 | 65.01 | - |
| YUV | 67.63 | 211.17 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 215 | 0.78 | 0.77 | 0 | 0.16 | 239.64 | 0.68 | 0.52 |
| Hex | 30 | 31 | D7 | 4E | 4D | 0 | 10 | F0 | 44 | 34 |
| Octal | 60 | 61 | 327 | 116 | 115 | 0 | 20 | 360 | 104 | 64 |
| Binary | 110000 | 110001 | 11010111 | 1001110 | 1001101 | 0 | 10000 | 11110000 | 1000100 | 110100 |
Color Harmonies of #3031D7
Complementary color
Monochromatic Colors of #3031D7
Black with #3031D7
Text Example
Text Example
White with #3031D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3031D7; }
p { color: rgb(48,49,215); }
H1.HeaderClassName
{
color: #3031D7;
}
.AnyTagClassName
{
color: #3031D7;
}
</style>
background-color css
<style>
a { background-color: #3031D7; }
a { background-color: rgb(48,49,215); }
div.DivClassName
{
background-color: #3031D7;
}
.BgClassName
{
background-color: #3031D7;
}
</style>
border-color css
<style>
span { border-color: #3031D7; }
span { border-color: rgb(48,49,215); }
td.TdClassName
{
border-color: #3031D7;
}
.TagClassName
{
border-color: #3031D7;
}
</style>