Shades of Persian Blue #3031AB
Tints of Persian Blue #3031AB
RGB
CMYK
RGB Variations
Color information
#3031AB (or 0x3031AB) is known color: Persian Blue. HEX triplet: 30, 31 and AB. RGB value is (48,49,171). Sum of RGB (Red+Green+Blue) = 48+49+171=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 49 (19.53% from 255 or 18.28% 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 #3031AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3031AB is #CFCE54. Grayscale: #3E3E3E. Windows color (decimal): -13618773 or 11219248. OLE color: 11219248.
HSL color Cylindrical-coordinate representation of color #3031AB: hue angle of 239.51º 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 #3031AB is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 49 | 171 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.33 |
| HSL | 239.51º | 0.56% | 0.43% | - |
| HSV(B) | 239.51º | 0.72% | 0.67% | - |
| XYZ | 9.67 | 5.77 | 39.13 | - |
| YUV | 62.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 171 | 0.72 | 0.71 | 0 | 0.33 | 239.51 | 0.56 | 0.43 |
| Hex | 30 | 31 | AB | 48 | 47 | 0 | 21 | F0 | 38 | 2B |
| Octal | 60 | 61 | 253 | 110 | 107 | 0 | 41 | 360 | 70 | 53 |
| Binary | 110000 | 110001 | 10101011 | 1001000 | 1000111 | 0 | 100001 | 11110000 | 111000 | 101011 |
Color Harmonies of #3031AB
Complementary color
Monochromatic Colors of #3031AB
Black with #3031AB
Text Example
Text Example
White with #3031AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3031AB; }
p { color: rgb(48,49,171); }
H1.HeaderClassName
{
color: #3031AB;
}
.AnyTagClassName
{
color: #3031AB;
}
</style>
background-color css
<style>
a { background-color: #3031AB; }
a { background-color: rgb(48,49,171); }
div.DivClassName
{
background-color: #3031AB;
}
.BgClassName
{
background-color: #3031AB;
}
</style>
border-color css
<style>
span { border-color: #3031AB; }
span { border-color: rgb(48,49,171); }
td.TdClassName
{
border-color: #3031AB;
}
.TagClassName
{
border-color: #3031AB;
}
</style>