Shades of Persian Blue #331EBA
Tints of Persian Blue #331EBA
RGB
CMYK
RGB Variations
Color information
#331EBA (or 0x331EBA) is known color: Persian Blue. HEX triplet: 33, 1E and BA. RGB value is (51,30,186). Sum of RGB (Red+Green+Blue) = 51+30+186=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #331EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EBA is #CCE145. Grayscale: #353535. Windows color (decimal): -13427014 or 12197427. OLE color: 12197427.
HSL color Cylindrical-coordinate representation of color #331EBA: hue angle of 248.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331EBA is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 30 | 186 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.27 |
| HSL | 248.08º | 0.72% | 0.42% | - |
| HSV(B) | 248.08º | 0.84% | 0.73% | - |
| XYZ | 10.69 | 5.18 | 46.89 | - |
| YUV | 54.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 186 | 0.73 | 0.84 | 0 | 0.27 | 248.08 | 0.72 | 0.42 |
| Hex | 33 | 1E | BA | 49 | 54 | 0 | 1B | F8 | 48 | 2A |
| Octal | 63 | 36 | 272 | 111 | 124 | 0 | 33 | 370 | 110 | 52 |
| Binary | 110011 | 11110 | 10111010 | 1001001 | 1010100 | 0 | 11011 | 11111000 | 1001000 | 101010 |
Color Harmonies of #331EBA
Complementary color
Monochromatic Colors of #331EBA
Black with #331EBA
Text Example
Text Example
White with #331EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331EBA; }
p { color: rgb(51,30,186); }
H1.HeaderClassName
{
color: #331EBA;
}
.AnyTagClassName
{
color: #331EBA;
}
</style>
background-color css
<style>
a { background-color: #331EBA; }
a { background-color: rgb(51,30,186); }
div.DivClassName
{
background-color: #331EBA;
}
.BgClassName
{
background-color: #331EBA;
}
</style>
border-color css
<style>
span { border-color: #331EBA; }
span { border-color: rgb(51,30,186); }
td.TdClassName
{
border-color: #331EBA;
}
.TagClassName
{
border-color: #331EBA;
}
</style>