Shades of Persian Blue #311DC3
Tints of Persian Blue #311DC3
RGB
CMYK
RGB Variations
Color information
#311DC3 (or 0x311DC3) is known color: Persian Blue. HEX triplet: 31, 1D and C3. RGB value is (49,29,195). Sum of RGB (Red+Green+Blue) = 49+29+195=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 195 (76.56% from 255 or 71.43% from 273); Max value from RGB is 195 - color contains mainly: blue. Hex color #311DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DC3 is #CEE23C. Grayscale: #353535. Windows color (decimal): -13558333 or 12786993. OLE color: 12786993.
HSL color Cylindrical-coordinate representation of color #311DC3: hue angle of 247.23º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311DC3 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 29 | 195 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.24 |
| HSL | 247.23º | 0.74% | 0.44% | - |
| HSV(B) | 247.23º | 0.85% | 0.76% | - |
| XYZ | 11.56 | 5.47 | 52.08 | - |
| YUV | 53.9 | 207.63 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 195 | 0.75 | 0.85 | 0 | 0.24 | 247.23 | 0.74 | 0.44 |
| Hex | 31 | 1D | C3 | 4B | 55 | 0 | 18 | F7 | 4A | 2C |
| Octal | 61 | 35 | 303 | 113 | 125 | 0 | 30 | 367 | 112 | 54 |
| Binary | 110001 | 11101 | 11000011 | 1001011 | 1010101 | 0 | 11000 | 11110111 | 1001010 | 101100 |
Color Harmonies of #311DC3
Complementary color
Monochromatic Colors of #311DC3
Black with #311DC3
Text Example
Text Example
White with #311DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DC3; }
p { color: rgb(49,29,195); }
H1.HeaderClassName
{
color: #311DC3;
}
.AnyTagClassName
{
color: #311DC3;
}
</style>
background-color css
<style>
a { background-color: #311DC3; }
a { background-color: rgb(49,29,195); }
div.DivClassName
{
background-color: #311DC3;
}
.BgClassName
{
background-color: #311DC3;
}
</style>
border-color css
<style>
span { border-color: #311DC3; }
span { border-color: rgb(49,29,195); }
td.TdClassName
{
border-color: #311DC3;
}
.TagClassName
{
border-color: #311DC3;
}
</style>