Shades of Persian Blue #3130DA
Tints of Persian Blue #3130DA
RGB
CMYK
RGB Variations
Color information
#3130DA (or 0x3130DA) is known color: Persian Blue. HEX triplet: 31, 30 and DA. RGB value is (49,48,218). Sum of RGB (Red+Green+Blue) = 49+48+218=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #3130DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130DA is #CECF25. Grayscale: #434343. Windows color (decimal): -13553446 or 14299185. OLE color: 14299185.
HSL color Cylindrical-coordinate representation of color #3130DA: hue angle of 240.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3130DA is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 48 | 218 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.15 |
| HSL | 240.35º | 0.7% | 0.52% | - |
| HSV(B) | 240.35º | 0.78% | 0.85% | - |
| XYZ | 14.98 | 7.83 | 67.05 | - |
| YUV | 67.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 218 | 0.78 | 0.78 | 0 | 0.15 | 240.35 | 0.7 | 0.52 |
| Hex | 31 | 30 | DA | 4E | 4E | 0 | F | F0 | 46 | 34 |
| Octal | 61 | 60 | 332 | 116 | 116 | 0 | 17 | 360 | 106 | 64 |
| Binary | 110001 | 110000 | 11011010 | 1001110 | 1001110 | 0 | 1111 | 11110000 | 1000110 | 110100 |
Color Harmonies of #3130DA
Complementary color
Monochromatic Colors of #3130DA
Black with #3130DA
Text Example
Text Example
White with #3130DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130DA; }
p { color: rgb(49,48,218); }
H1.HeaderClassName
{
color: #3130DA;
}
.AnyTagClassName
{
color: #3130DA;
}
</style>
background-color css
<style>
a { background-color: #3130DA; }
a { background-color: rgb(49,48,218); }
div.DivClassName
{
background-color: #3130DA;
}
.BgClassName
{
background-color: #3130DA;
}
</style>
border-color css
<style>
span { border-color: #3130DA; }
span { border-color: rgb(49,48,218); }
td.TdClassName
{
border-color: #3130DA;
}
.TagClassName
{
border-color: #3130DA;
}
</style>