Shades of Persian Blue #331CBA
Tints of Persian Blue #331CBA
RGB
CMYK
RGB Variations
Color information
#331CBA (or 0x331CBA) is known color: Persian Blue. HEX triplet: 33, 1C and BA. RGB value is (51,28,186). Sum of RGB (Red+Green+Blue) = 51+28+186=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #331CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CBA is #CCE345. Grayscale: #343434. Windows color (decimal): -13427526 or 12196915. OLE color: 12196915.
HSL color Cylindrical-coordinate representation of color #331CBA: hue angle of 248.73º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331CBA is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 28 | 186 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.27 |
| HSL | 248.73º | 0.74% | 0.42% | - |
| HSV(B) | 248.73º | 0.85% | 0.73% | - |
| XYZ | 10.64 | 5.08 | 46.87 | - |
| YUV | 52.89 | 203.12 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 186 | 0.73 | 0.85 | 0 | 0.27 | 248.73 | 0.74 | 0.42 |
| Hex | 33 | 1C | BA | 49 | 55 | 0 | 1B | F9 | 4A | 2A |
| Octal | 63 | 34 | 272 | 111 | 125 | 0 | 33 | 371 | 112 | 52 |
| Binary | 110011 | 11100 | 10111010 | 1001001 | 1010101 | 0 | 11011 | 11111001 | 1001010 | 101010 |
Color Harmonies of #331CBA
Complementary color
Monochromatic Colors of #331CBA
Black with #331CBA
Text Example
Text Example
White with #331CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CBA; }
p { color: rgb(51,28,186); }
H1.HeaderClassName
{
color: #331CBA;
}
.AnyTagClassName
{
color: #331CBA;
}
</style>
background-color css
<style>
a { background-color: #331CBA; }
a { background-color: rgb(51,28,186); }
div.DivClassName
{
background-color: #331CBA;
}
.BgClassName
{
background-color: #331CBA;
}
</style>
border-color css
<style>
span { border-color: #331CBA; }
span { border-color: rgb(51,28,186); }
td.TdClassName
{
border-color: #331CBA;
}
.TagClassName
{
border-color: #331CBA;
}
</style>