Shades of Persian Blue #312DB3
Tints of Persian Blue #312DB3
RGB
CMYK
RGB Variations
Color information
#312DB3 (or 0x312DB3) is known color: Persian Blue. HEX triplet: 31, 2D and B3. RGB value is (49,45,179). Sum of RGB (Red+Green+Blue) = 49+45+179=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #312DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DB3 is #CED24C. Grayscale: #3C3C3C. Windows color (decimal): -13554253 or 11742513. OLE color: 11742513.
HSL color Cylindrical-coordinate representation of color #312DB3: hue angle of 241.79º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312DB3 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 45 | 179 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.30 |
| HSL | 241.79º | 0.6% | 0.44% | - |
| HSV(B) | 241.79º | 0.75% | 0.7% | - |
| XYZ | 10.34 | 5.78 | 43.22 | - |
| YUV | 61.47 | 194.33 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 179 | 0.73 | 0.75 | 0 | 0.30 | 241.79 | 0.6 | 0.44 |
| Hex | 31 | 2D | B3 | 49 | 4B | 0 | 1E | F2 | 3C | 2C |
| Octal | 61 | 55 | 263 | 111 | 113 | 0 | 36 | 362 | 74 | 54 |
| Binary | 110001 | 101101 | 10110011 | 1001001 | 1001011 | 0 | 11110 | 11110010 | 111100 | 101100 |
Color Harmonies of #312DB3
Complementary color
Monochromatic Colors of #312DB3
Black with #312DB3
Text Example
Text Example
White with #312DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DB3; }
p { color: rgb(49,45,179); }
H1.HeaderClassName
{
color: #312DB3;
}
.AnyTagClassName
{
color: #312DB3;
}
</style>
background-color css
<style>
a { background-color: #312DB3; }
a { background-color: rgb(49,45,179); }
div.DivClassName
{
background-color: #312DB3;
}
.BgClassName
{
background-color: #312DB3;
}
</style>
border-color css
<style>
span { border-color: #312DB3; }
span { border-color: rgb(49,45,179); }
td.TdClassName
{
border-color: #312DB3;
}
.TagClassName
{
border-color: #312DB3;
}
</style>