Shades of Persian Blue #3130C8
Tints of Persian Blue #3130C8
RGB
CMYK
RGB Variations
Color information
#3130C8 (or 0x3130C8) is known color: Persian Blue. HEX triplet: 31, 30 and C8. RGB value is (49,48,200). Sum of RGB (Red+Green+Blue) = 49+48+200=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #3130C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130C8 is #CECF37. Grayscale: #414141. Windows color (decimal): -13553464 or 13119537. OLE color: 13119537.
HSL color Cylindrical-coordinate representation of color #3130C8: hue angle of 240.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3130C8 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 48 | 200 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.22 |
| HSL | 240.39º | 0.61% | 0.49% | - |
| HSV(B) | 240.39º | 0.76% | 0.78% | - |
| XYZ | 12.75 | 6.94 | 55.31 | - |
| YUV | 65.63 | 203.83 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 200 | 0.76 | 0.76 | 0 | 0.22 | 240.39 | 0.61 | 0.49 |
| Hex | 31 | 30 | C8 | 4C | 4C | 0 | 16 | F0 | 3D | 31 |
| Octal | 61 | 60 | 310 | 114 | 114 | 0 | 26 | 360 | 75 | 61 |
| Binary | 110001 | 110000 | 11001000 | 1001100 | 1001100 | 0 | 10110 | 11110000 | 111101 | 110001 |
Color Harmonies of #3130C8
Complementary color
Monochromatic Colors of #3130C8
Black with #3130C8
Text Example
Text Example
White with #3130C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130C8; }
p { color: rgb(49,48,200); }
H1.HeaderClassName
{
color: #3130C8;
}
.AnyTagClassName
{
color: #3130C8;
}
</style>
background-color css
<style>
a { background-color: #3130C8; }
a { background-color: rgb(49,48,200); }
div.DivClassName
{
background-color: #3130C8;
}
.BgClassName
{
background-color: #3130C8;
}
</style>
border-color css
<style>
span { border-color: #3130C8; }
span { border-color: rgb(49,48,200); }
td.TdClassName
{
border-color: #3130C8;
}
.TagClassName
{
border-color: #3130C8;
}
</style>