Shades of Persian Blue #331FCC
Tints of Persian Blue #331FCC
RGB
CMYK
RGB Variations
Color information
#331FCC (or 0x331FCC) is known color: Persian Blue. HEX triplet: 33, 1F and CC. RGB value is (51,31,204). Sum of RGB (Red+Green+Blue) = 51+31+204=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #331FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FCC is #CCE033. Grayscale: #383838. Windows color (decimal): -13426740 or 13377331. OLE color: 13377331.
HSL color Cylindrical-coordinate representation of color #331FCC: hue angle of 246.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331FCC is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 31 | 204 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.2 |
| HSL | 246.94º | 0.74% | 0.46% | - |
| HSV(B) | 246.94º | 0.85% | 0.8% | - |
| XYZ | 12.75 | 6.04 | 57.62 | - |
| YUV | 56.7 | 211.13 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 204 | 0.75 | 0.85 | 0 | 0.2 | 246.94 | 0.74 | 0.46 |
| Hex | 33 | 1F | CC | 4B | 55 | 0 | 14 | F7 | 4A | 2E |
| Octal | 63 | 37 | 314 | 113 | 125 | 0 | 24 | 367 | 112 | 56 |
| Binary | 110011 | 11111 | 11001100 | 1001011 | 1010101 | 0 | 10100 | 11110111 | 1001010 | 101110 |
Color Harmonies of #331FCC
Complementary color
Monochromatic Colors of #331FCC
Black with #331FCC
Text Example
Text Example
White with #331FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FCC; }
p { color: rgb(51,31,204); }
H1.HeaderClassName
{
color: #331FCC;
}
.AnyTagClassName
{
color: #331FCC;
}
</style>
background-color css
<style>
a { background-color: #331FCC; }
a { background-color: rgb(51,31,204); }
div.DivClassName
{
background-color: #331FCC;
}
.BgClassName
{
background-color: #331FCC;
}
</style>
border-color css
<style>
span { border-color: #331FCC; }
span { border-color: rgb(51,31,204); }
td.TdClassName
{
border-color: #331FCC;
}
.TagClassName
{
border-color: #331FCC;
}
</style>