Shades of Persian Blue #331CBE
Tints of Persian Blue #331CBE
RGB
CMYK
RGB Variations
Color information
#331CBE (or 0x331CBE) is known color: Persian Blue. HEX triplet: 33, 1C and BE. RGB value is (51,28,190). Sum of RGB (Red+Green+Blue) = 51+28+190=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #331CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CBE is #CCE341. Grayscale: #343434. Windows color (decimal): -13427522 or 12459059. OLE color: 12459059.
HSL color Cylindrical-coordinate representation of color #331CBE: hue angle of 248.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331CBE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 28 | 190 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.25 |
| HSL | 248.52º | 0.74% | 0.43% | - |
| HSV(B) | 248.52º | 0.85% | 0.75% | - |
| XYZ | 11.07 | 5.25 | 49.15 | - |
| YUV | 53.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 190 | 0.73 | 0.85 | 0 | 0.25 | 248.52 | 0.74 | 0.43 |
| Hex | 33 | 1C | BE | 49 | 55 | 0 | 19 | F9 | 4A | 2B |
| Octal | 63 | 34 | 276 | 111 | 125 | 0 | 31 | 371 | 112 | 53 |
| Binary | 110011 | 11100 | 10111110 | 1001001 | 1010101 | 0 | 11001 | 11111001 | 1001010 | 101011 |
Color Harmonies of #331CBE
Complementary color
Monochromatic Colors of #331CBE
Black with #331CBE
Text Example
Text Example
White with #331CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CBE; }
p { color: rgb(51,28,190); }
H1.HeaderClassName
{
color: #331CBE;
}
.AnyTagClassName
{
color: #331CBE;
}
</style>
background-color css
<style>
a { background-color: #331CBE; }
a { background-color: rgb(51,28,190); }
div.DivClassName
{
background-color: #331CBE;
}
.BgClassName
{
background-color: #331CBE;
}
</style>
border-color css
<style>
span { border-color: #331CBE; }
span { border-color: rgb(51,28,190); }
td.TdClassName
{
border-color: #331CBE;
}
.TagClassName
{
border-color: #331CBE;
}
</style>