Shades of Persian Blue #3133BD
Tints of Persian Blue #3133BD
RGB
CMYK
RGB Variations
Color information
#3133BD (or 0x3133BD) is known color: Persian Blue. HEX triplet: 31, 33 and BD. RGB value is (49,51,189). Sum of RGB (Red+Green+Blue) = 49+51+189=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #3133BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133BD is #CECC42. Grayscale: #414141. Windows color (decimal): -13552707 or 12399409. OLE color: 12399409.
HSL color Cylindrical-coordinate representation of color #3133BD: hue angle of 239.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3133BD is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 51 | 189 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.26 |
| HSL | 239.14º | 0.59% | 0.47% | - |
| HSV(B) | 239.14º | 0.74% | 0.74% | - |
| XYZ | 11.64 | 6.69 | 48.82 | - |
| YUV | 66.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 189 | 0.74 | 0.73 | 0 | 0.26 | 239.14 | 0.59 | 0.47 |
| Hex | 31 | 33 | BD | 4A | 49 | 0 | 1A | EF | 3B | 2F |
| Octal | 61 | 63 | 275 | 112 | 111 | 0 | 32 | 357 | 73 | 57 |
| Binary | 110001 | 110011 | 10111101 | 1001010 | 1001001 | 0 | 11010 | 11101111 | 111011 | 101111 |
Color Harmonies of #3133BD
Complementary color
Monochromatic Colors of #3133BD
Black with #3133BD
Text Example
Text Example
White with #3133BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3133BD; }
p { color: rgb(49,51,189); }
H1.HeaderClassName
{
color: #3133BD;
}
.AnyTagClassName
{
color: #3133BD;
}
</style>
background-color css
<style>
a { background-color: #3133BD; }
a { background-color: rgb(49,51,189); }
div.DivClassName
{
background-color: #3133BD;
}
.BgClassName
{
background-color: #3133BD;
}
</style>
border-color css
<style>
span { border-color: #3133BD; }
span { border-color: rgb(49,51,189); }
td.TdClassName
{
border-color: #3133BD;
}
.TagClassName
{
border-color: #3133BD;
}
</style>