Shades of Persian Blue #341BBB
Tints of Persian Blue #341BBB
RGB
CMYK
RGB Variations
Color information
#341BBB (or 0x341BBB) is known color: Persian Blue. HEX triplet: 34, 1B and BB. RGB value is (52,27,187). Sum of RGB (Red+Green+Blue) = 52+27+187=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #341BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BBB is #CBE444. Grayscale: #343434. Windows color (decimal): -13362245 or 12262196. OLE color: 12262196.
HSL color Cylindrical-coordinate representation of color #341BBB: hue angle of 249.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341BBB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 27 | 187 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.27 |
| HSL | 249.38º | 0.75% | 0.42% | - |
| HSV(B) | 249.38º | 0.86% | 0.73% | - |
| XYZ | 10.78 | 5.1 | 47.43 | - |
| YUV | 52.72 | 203.78 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 187 | 0.72 | 0.86 | 0 | 0.27 | 249.38 | 0.75 | 0.42 |
| Hex | 34 | 1B | BB | 48 | 56 | 0 | 1B | F9 | 4B | 2A |
| Octal | 64 | 33 | 273 | 110 | 126 | 0 | 33 | 371 | 113 | 52 |
| Binary | 110100 | 11011 | 10111011 | 1001000 | 1010110 | 0 | 11011 | 11111001 | 1001011 | 101010 |
Color Harmonies of #341BBB
Complementary color
Monochromatic Colors of #341BBB
Black with #341BBB
Text Example
Text Example
White with #341BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BBB; }
p { color: rgb(52,27,187); }
H1.HeaderClassName
{
color: #341BBB;
}
.AnyTagClassName
{
color: #341BBB;
}
</style>
background-color css
<style>
a { background-color: #341BBB; }
a { background-color: rgb(52,27,187); }
div.DivClassName
{
background-color: #341BBB;
}
.BgClassName
{
background-color: #341BBB;
}
</style>
border-color css
<style>
span { border-color: #341BBB; }
span { border-color: rgb(52,27,187); }
td.TdClassName
{
border-color: #341BBB;
}
.TagClassName
{
border-color: #341BBB;
}
</style>