Shades of Persian Blue #3130CC
Tints of Persian Blue #3130CC
RGB
CMYK
RGB Variations
Color information
#3130CC (or 0x3130CC) is known color: Persian Blue. HEX triplet: 31, 30 and CC. RGB value is (49,48,204). Sum of RGB (Red+Green+Blue) = 49+48+204=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #3130CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130CC is #CECF33. Grayscale: #414141. Windows color (decimal): -13553460 or 13381681. OLE color: 13381681.
HSL color Cylindrical-coordinate representation of color #3130CC: hue angle of 240.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3130CC is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 48 | 204 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.2 |
| HSL | 240.38º | 0.62% | 0.49% | - |
| HSV(B) | 240.38º | 0.76% | 0.8% | - |
| XYZ | 13.22 | 7.13 | 57.81 | - |
| YUV | 66.08 | 205.83 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 204 | 0.76 | 0.76 | 0 | 0.2 | 240.38 | 0.62 | 0.49 |
| Hex | 31 | 30 | CC | 4C | 4C | 0 | 14 | F0 | 3E | 31 |
| Octal | 61 | 60 | 314 | 114 | 114 | 0 | 24 | 360 | 76 | 61 |
| Binary | 110001 | 110000 | 11001100 | 1001100 | 1001100 | 0 | 10100 | 11110000 | 111110 | 110001 |
Color Harmonies of #3130CC
Complementary color
Monochromatic Colors of #3130CC
Black with #3130CC
Text Example
Text Example
White with #3130CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130CC; }
p { color: rgb(49,48,204); }
H1.HeaderClassName
{
color: #3130CC;
}
.AnyTagClassName
{
color: #3130CC;
}
</style>
background-color css
<style>
a { background-color: #3130CC; }
a { background-color: rgb(49,48,204); }
div.DivClassName
{
background-color: #3130CC;
}
.BgClassName
{
background-color: #3130CC;
}
</style>
border-color css
<style>
span { border-color: #3130CC; }
span { border-color: rgb(49,48,204); }
td.TdClassName
{
border-color: #3130CC;
}
.TagClassName
{
border-color: #3130CC;
}
</style>