Shades of Persian Blue #312ACC
Tints of Persian Blue #312ACC
RGB
CMYK
RGB Variations
Color information
#312ACC (or 0x312ACC) is known color: Persian Blue. HEX triplet: 31, 2A and CC. RGB value is (49,42,204). Sum of RGB (Red+Green+Blue) = 49+42+204=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #312ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ACC is #CED533. Grayscale: #3D3D3D. Windows color (decimal): -13554996 or 13380145. OLE color: 13380145.
HSL color Cylindrical-coordinate representation of color #312ACC: hue angle of 242.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312ACC is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 42 | 204 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.2 |
| HSL | 242.59º | 0.66% | 0.48% | - |
| HSV(B) | 242.59º | 0.79% | 0.8% | - |
| XYZ | 12.99 | 6.67 | 57.73 | - |
| YUV | 62.56 | 207.82 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 204 | 0.76 | 0.79 | 0 | 0.2 | 242.59 | 0.66 | 0.48 |
| Hex | 31 | 2A | CC | 4C | 4F | 0 | 14 | F3 | 42 | 30 |
| Octal | 61 | 52 | 314 | 114 | 117 | 0 | 24 | 363 | 102 | 60 |
| Binary | 110001 | 101010 | 11001100 | 1001100 | 1001111 | 0 | 10100 | 11110011 | 1000010 | 110000 |
Color Harmonies of #312ACC
Complementary color
Monochromatic Colors of #312ACC
Black with #312ACC
Text Example
Text Example
White with #312ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312ACC; }
p { color: rgb(49,42,204); }
H1.HeaderClassName
{
color: #312ACC;
}
.AnyTagClassName
{
color: #312ACC;
}
</style>
background-color css
<style>
a { background-color: #312ACC; }
a { background-color: rgb(49,42,204); }
div.DivClassName
{
background-color: #312ACC;
}
.BgClassName
{
background-color: #312ACC;
}
</style>
border-color css
<style>
span { border-color: #312ACC; }
span { border-color: rgb(49,42,204); }
td.TdClassName
{
border-color: #312ACC;
}
.TagClassName
{
border-color: #312ACC;
}
</style>