Shades of Persian Blue #3132B1
Tints of Persian Blue #3132B1
RGB
CMYK
RGB Variations
Color information
#3132B1 (or 0x3132B1) is known color: Persian Blue. HEX triplet: 31, 32 and B1. RGB value is (49,50,177). Sum of RGB (Red+Green+Blue) = 49+50+177=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #3132B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3132B1 is #CECD4E. Grayscale: #3F3F3F. Windows color (decimal): -13552975 or 11612721. OLE color: 11612721.
HSL color Cylindrical-coordinate representation of color #3132B1: hue angle of 239.53º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3132B1 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 50 | 177 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.31 |
| HSL | 239.53º | 0.57% | 0.44% | - |
| HSV(B) | 239.53º | 0.72% | 0.69% | - |
| XYZ | 10.34 | 6.11 | 42.23 | - |
| YUV | 64.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 177 | 0.72 | 0.72 | 0 | 0.31 | 239.53 | 0.57 | 0.44 |
| Hex | 31 | 32 | B1 | 48 | 48 | 0 | 1F | F0 | 39 | 2C |
| Octal | 61 | 62 | 261 | 110 | 110 | 0 | 37 | 360 | 71 | 54 |
| Binary | 110001 | 110010 | 10110001 | 1001000 | 1001000 | 0 | 11111 | 11110000 | 111001 | 101100 |
Color Harmonies of #3132B1
Complementary color
Monochromatic Colors of #3132B1
Black with #3132B1
Text Example
Text Example
White with #3132B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3132B1; }
p { color: rgb(49,50,177); }
H1.HeaderClassName
{
color: #3132B1;
}
.AnyTagClassName
{
color: #3132B1;
}
</style>
background-color css
<style>
a { background-color: #3132B1; }
a { background-color: rgb(49,50,177); }
div.DivClassName
{
background-color: #3132B1;
}
.BgClassName
{
background-color: #3132B1;
}
</style>
border-color css
<style>
span { border-color: #3132B1; }
span { border-color: rgb(49,50,177); }
td.TdClassName
{
border-color: #3132B1;
}
.TagClassName
{
border-color: #3132B1;
}
</style>