Shades of Persian Blue #3130AB
Tints of Persian Blue #3130AB
RGB
CMYK
RGB Variations
Color information
#3130AB (or 0x3130AB) is known color: Persian Blue. HEX triplet: 31, 30 and AB. RGB value is (49,48,171). Sum of RGB (Red+Green+Blue) = 49+48+171=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #3130AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3130AB is #CECF54. Grayscale: #3D3D3D. Windows color (decimal): -13553493 or 11218993. OLE color: 11218993.
HSL color Cylindrical-coordinate representation of color #3130AB: hue angle of 240.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3130AB is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 48 | 171 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.33 |
| HSL | 240.49º | 0.56% | 0.43% | - |
| HSV(B) | 240.49º | 0.72% | 0.67% | - |
| XYZ | 9.67 | 5.71 | 39.12 | - |
| YUV | 62.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 171 | 0.71 | 0.72 | 0 | 0.33 | 240.49 | 0.56 | 0.43 |
| Hex | 31 | 30 | AB | 47 | 48 | 0 | 21 | F0 | 38 | 2B |
| Octal | 61 | 60 | 253 | 107 | 110 | 0 | 41 | 360 | 70 | 53 |
| Binary | 110001 | 110000 | 10101011 | 1000111 | 1001000 | 0 | 100001 | 11110000 | 111000 | 101011 |
Color Harmonies of #3130AB
Complementary color
Monochromatic Colors of #3130AB
Black with #3130AB
Text Example
Text Example
White with #3130AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130AB; }
p { color: rgb(49,48,171); }
H1.HeaderClassName
{
color: #3130AB;
}
.AnyTagClassName
{
color: #3130AB;
}
</style>
background-color css
<style>
a { background-color: #3130AB; }
a { background-color: rgb(49,48,171); }
div.DivClassName
{
background-color: #3130AB;
}
.BgClassName
{
background-color: #3130AB;
}
</style>
border-color css
<style>
span { border-color: #3130AB; }
span { border-color: rgb(49,48,171); }
td.TdClassName
{
border-color: #3130AB;
}
.TagClassName
{
border-color: #3130AB;
}
</style>