Shades of Persian Blue #312CDA
Tints of Persian Blue #312CDA
RGB
CMYK
RGB Variations
Color information
#312CDA (or 0x312CDA) is known color: Persian Blue. HEX triplet: 31, 2C and DA. RGB value is (49,44,218). Sum of RGB (Red+Green+Blue) = 49+44+218=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #312CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CDA is #CED325. Grayscale: #404040. Windows color (decimal): -13554470 or 14298161. OLE color: 14298161.
HSL color Cylindrical-coordinate representation of color #312CDA: hue angle of 241.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312CDA is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 44 | 218 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.15 |
| HSL | 241.72º | 0.7% | 0.51% | - |
| HSV(B) | 241.72º | 0.8% | 0.85% | - |
| XYZ | 14.82 | 7.52 | 67 | - |
| YUV | 65.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 218 | 0.78 | 0.80 | 0 | 0.15 | 241.72 | 0.7 | 0.51 |
| Hex | 31 | 2C | DA | 4E | 50 | 0 | F | F2 | 46 | 33 |
| Octal | 61 | 54 | 332 | 116 | 120 | 0 | 17 | 362 | 106 | 63 |
| Binary | 110001 | 101100 | 11011010 | 1001110 | 1010000 | 0 | 1111 | 11110010 | 1000110 | 110011 |
Color Harmonies of #312CDA
Complementary color
Monochromatic Colors of #312CDA
Black with #312CDA
Text Example
Text Example
White with #312CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CDA; }
p { color: rgb(49,44,218); }
H1.HeaderClassName
{
color: #312CDA;
}
.AnyTagClassName
{
color: #312CDA;
}
</style>
background-color css
<style>
a { background-color: #312CDA; }
a { background-color: rgb(49,44,218); }
div.DivClassName
{
background-color: #312CDA;
}
.BgClassName
{
background-color: #312CDA;
}
</style>
border-color css
<style>
span { border-color: #312CDA; }
span { border-color: rgb(49,44,218); }
td.TdClassName
{
border-color: #312CDA;
}
.TagClassName
{
border-color: #312CDA;
}
</style>