Shades of Persian Blue #341FB0
Tints of Persian Blue #341FB0
RGB
CMYK
RGB Variations
Color information
#341FB0 (or 0x341FB0) is known color: Persian Blue. HEX triplet: 34, 1F and B0. RGB value is (52,31,176). Sum of RGB (Red+Green+Blue) = 52+31+176=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #341FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FB0 is #CBE04F. Grayscale: #353535. Windows color (decimal): -13361232 or 11542324. OLE color: 11542324.
HSL color Cylindrical-coordinate representation of color #341FB0: hue angle of 248.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341FB0 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 31 | 176 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.31 |
| HSL | 248.69º | 0.7% | 0.41% | - |
| HSV(B) | 248.69º | 0.82% | 0.69% | - |
| XYZ | 9.74 | 4.84 | 41.5 | - |
| YUV | 53.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 176 | 0.70 | 0.82 | 0 | 0.31 | 248.69 | 0.7 | 0.41 |
| Hex | 34 | 1F | B0 | 46 | 52 | 0 | 1F | F9 | 46 | 29 |
| Octal | 64 | 37 | 260 | 106 | 122 | 0 | 37 | 371 | 106 | 51 |
| Binary | 110100 | 11111 | 10110000 | 1000110 | 1010010 | 0 | 11111 | 11111001 | 1000110 | 101001 |
Color Harmonies of #341FB0
Complementary color
Monochromatic Colors of #341FB0
Black with #341FB0
Text Example
Text Example
White with #341FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FB0; }
p { color: rgb(52,31,176); }
H1.HeaderClassName
{
color: #341FB0;
}
.AnyTagClassName
{
color: #341FB0;
}
</style>
background-color css
<style>
a { background-color: #341FB0; }
a { background-color: rgb(52,31,176); }
div.DivClassName
{
background-color: #341FB0;
}
.BgClassName
{
background-color: #341FB0;
}
</style>
border-color css
<style>
span { border-color: #341FB0; }
span { border-color: rgb(52,31,176); }
td.TdClassName
{
border-color: #341FB0;
}
.TagClassName
{
border-color: #341FB0;
}
</style>