Shades of Persian Blue #3411BB
Tints of Persian Blue #3411BB
RGB
CMYK
RGB Variations
Color information
#3411BB (or 0x3411BB) is known color: Persian Blue. HEX triplet: 34, 11 and BB. RGB value is (52,17,187). Sum of RGB (Red+Green+Blue) = 52+17+187=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #3411BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411BB is #CBEE44. Grayscale: #2E2E2E. Windows color (decimal): -13364805 or 12259636. OLE color: 12259636.
HSL color Cylindrical-coordinate representation of color #3411BB: hue angle of 252.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3411BB is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 17 | 187 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.27 |
| HSL | 252.35º | 0.83% | 0.4% | - |
| HSV(B) | 252.35º | 0.91% | 0.73% | - |
| XYZ | 10.59 | 4.72 | 47.37 | - |
| YUV | 46.85 | 207.1 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 187 | 0.72 | 0.91 | 0 | 0.27 | 252.35 | 0.83 | 0.4 |
| Hex | 34 | 11 | BB | 48 | 5B | 0 | 1B | FC | 53 | 28 |
| Octal | 64 | 21 | 273 | 110 | 133 | 0 | 33 | 374 | 123 | 50 |
| Binary | 110100 | 10001 | 10111011 | 1001000 | 1011011 | 0 | 11011 | 11111100 | 1010011 | 101000 |
Color Harmonies of #3411BB
Complementary color
Monochromatic Colors of #3411BB
Black with #3411BB
Text Example
Text Example
White with #3411BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3411BB; }
p { color: rgb(52,17,187); }
H1.HeaderClassName
{
color: #3411BB;
}
.AnyTagClassName
{
color: #3411BB;
}
</style>
background-color css
<style>
a { background-color: #3411BB; }
a { background-color: rgb(52,17,187); }
div.DivClassName
{
background-color: #3411BB;
}
.BgClassName
{
background-color: #3411BB;
}
</style>
border-color css
<style>
span { border-color: #3411BB; }
span { border-color: rgb(52,17,187); }
td.TdClassName
{
border-color: #3411BB;
}
.TagClassName
{
border-color: #3411BB;
}
</style>