Shades of Persian Blue #331FC8
Tints of Persian Blue #331FC8
RGB
CMYK
RGB Variations
Color information
#331FC8 (or 0x331FC8) is known color: Persian Blue. HEX triplet: 33, 1F and C8. RGB value is (51,31,200). Sum of RGB (Red+Green+Blue) = 51+31+200=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #331FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FC8 is #CCE037. Grayscale: #373737. Windows color (decimal): -13426744 or 13115187. OLE color: 13115187.
HSL color Cylindrical-coordinate representation of color #331FC8: hue angle of 247.1º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331FC8 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 31 | 200 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.22 |
| HSL | 247.1º | 0.73% | 0.45% | - |
| HSV(B) | 247.1º | 0.85% | 0.78% | - |
| XYZ | 12.28 | 5.85 | 55.13 | - |
| YUV | 56.25 | 209.13 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 200 | 0.74 | 0.84 | 0 | 0.22 | 247.1 | 0.73 | 0.45 |
| Hex | 33 | 1F | C8 | 4A | 54 | 0 | 16 | F7 | 49 | 2D |
| Octal | 63 | 37 | 310 | 112 | 124 | 0 | 26 | 367 | 111 | 55 |
| Binary | 110011 | 11111 | 11001000 | 1001010 | 1010100 | 0 | 10110 | 11110111 | 1001001 | 101101 |
Color Harmonies of #331FC8
Complementary color
Monochromatic Colors of #331FC8
Black with #331FC8
Text Example
Text Example
White with #331FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FC8; }
p { color: rgb(51,31,200); }
H1.HeaderClassName
{
color: #331FC8;
}
.AnyTagClassName
{
color: #331FC8;
}
</style>
background-color css
<style>
a { background-color: #331FC8; }
a { background-color: rgb(51,31,200); }
div.DivClassName
{
background-color: #331FC8;
}
.BgClassName
{
background-color: #331FC8;
}
</style>
border-color css
<style>
span { border-color: #331FC8; }
span { border-color: rgb(51,31,200); }
td.TdClassName
{
border-color: #331FC8;
}
.TagClassName
{
border-color: #331FC8;
}
</style>