Shades of Persian Blue #3130CB
Tints of Persian Blue #3130CB
RGB
CMYK
RGB Variations
Color information
#3130CB (or 0x3130CB) is known color: Persian Blue. HEX triplet: 31, 30 and CB. RGB value is (49,48,203). Sum of RGB (Red+Green+Blue) = 49+48+203=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #3130CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130CB is #CECF34. Grayscale: #414141. Windows color (decimal): -13553461 or 13316145. OLE color: 13316145.
HSL color Cylindrical-coordinate representation of color #3130CB: hue angle of 240.39º 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 #3130CB is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 48 | 203 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.20 |
| HSL | 240.39º | 0.62% | 0.49% | - |
| HSV(B) | 240.39º | 0.76% | 0.8% | - |
| XYZ | 13.1 | 7.08 | 57.18 | - |
| YUV | 65.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 203 | 0.76 | 0.76 | 0 | 0.20 | 240.39 | 0.62 | 0.49 |
| Hex | 31 | 30 | CB | 4C | 4C | 0 | 14 | F0 | 3E | 31 |
| Octal | 61 | 60 | 313 | 114 | 114 | 0 | 24 | 360 | 76 | 61 |
| Binary | 110001 | 110000 | 11001011 | 1001100 | 1001100 | 0 | 10100 | 11110000 | 111110 | 110001 |
Color Harmonies of #3130CB
Complementary color
Monochromatic Colors of #3130CB
Black with #3130CB
Text Example
Text Example
White with #3130CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130CB; }
p { color: rgb(49,48,203); }
H1.HeaderClassName
{
color: #3130CB;
}
.AnyTagClassName
{
color: #3130CB;
}
</style>
background-color css
<style>
a { background-color: #3130CB; }
a { background-color: rgb(49,48,203); }
div.DivClassName
{
background-color: #3130CB;
}
.BgClassName
{
background-color: #3130CB;
}
</style>
border-color css
<style>
span { border-color: #3130CB; }
span { border-color: rgb(49,48,203); }
td.TdClassName
{
border-color: #3130CB;
}
.TagClassName
{
border-color: #3130CB;
}
</style>