Shades of Persian Blue #312ABF
Tints of Persian Blue #312ABF
RGB
CMYK
RGB Variations
Color information
#312ABF (or 0x312ABF) is known color: Persian Blue. HEX triplet: 31, 2A and BF. RGB value is (49,42,191). Sum of RGB (Red+Green+Blue) = 49+42+191=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #312ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ABF is #CED540. Grayscale: #3C3C3C. Windows color (decimal): -13555009 or 12528177. OLE color: 12528177.
HSL color Cylindrical-coordinate representation of color #312ABF: hue angle of 242.82º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312ABF is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 42 | 191 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.25 |
| HSL | 242.82º | 0.64% | 0.46% | - |
| HSV(B) | 242.82º | 0.78% | 0.75% | - |
| XYZ | 11.5 | 6.07 | 49.86 | - |
| YUV | 61.08 | 201.32 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 191 | 0.74 | 0.78 | 0 | 0.25 | 242.82 | 0.64 | 0.46 |
| Hex | 31 | 2A | BF | 4A | 4E | 0 | 19 | F3 | 40 | 2E |
| Octal | 61 | 52 | 277 | 112 | 116 | 0 | 31 | 363 | 100 | 56 |
| Binary | 110001 | 101010 | 10111111 | 1001010 | 1001110 | 0 | 11001 | 11110011 | 1000000 | 101110 |
Color Harmonies of #312ABF
Complementary color
Monochromatic Colors of #312ABF
Black with #312ABF
Text Example
Text Example
White with #312ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312ABF; }
p { color: rgb(49,42,191); }
H1.HeaderClassName
{
color: #312ABF;
}
.AnyTagClassName
{
color: #312ABF;
}
</style>
background-color css
<style>
a { background-color: #312ABF; }
a { background-color: rgb(49,42,191); }
div.DivClassName
{
background-color: #312ABF;
}
.BgClassName
{
background-color: #312ABF;
}
</style>
border-color css
<style>
span { border-color: #312ABF; }
span { border-color: rgb(49,42,191); }
td.TdClassName
{
border-color: #312ABF;
}
.TagClassName
{
border-color: #312ABF;
}
</style>