Shades of Persian Blue #341AB9
Tints of Persian Blue #341AB9
RGB
CMYK
RGB Variations
Color information
#341AB9 (or 0x341AB9) is known color: Persian Blue. HEX triplet: 34, 1A and B9. RGB value is (52,26,185). Sum of RGB (Red+Green+Blue) = 52+26+185=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #341AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341AB9 is #CBE546. Grayscale: #333333. Windows color (decimal): -13362503 or 12130868. OLE color: 12130868.
HSL color Cylindrical-coordinate representation of color #341AB9: hue angle of 249.81º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341AB9 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 26 | 185 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.27 |
| HSL | 249.81º | 0.75% | 0.41% | - |
| HSV(B) | 249.81º | 0.86% | 0.73% | - |
| XYZ | 10.54 | 4.97 | 46.3 | - |
| YUV | 51.9 | 203.11 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 185 | 0.72 | 0.86 | 0 | 0.27 | 249.81 | 0.75 | 0.41 |
| Hex | 34 | 1A | B9 | 48 | 56 | 0 | 1B | FA | 4B | 29 |
| Octal | 64 | 32 | 271 | 110 | 126 | 0 | 33 | 372 | 113 | 51 |
| Binary | 110100 | 11010 | 10111001 | 1001000 | 1010110 | 0 | 11011 | 11111010 | 1001011 | 101001 |
Color Harmonies of #341AB9
Complementary color
Monochromatic Colors of #341AB9
Black with #341AB9
Text Example
Text Example
White with #341AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AB9; }
p { color: rgb(52,26,185); }
H1.HeaderClassName
{
color: #341AB9;
}
.AnyTagClassName
{
color: #341AB9;
}
</style>
background-color css
<style>
a { background-color: #341AB9; }
a { background-color: rgb(52,26,185); }
div.DivClassName
{
background-color: #341AB9;
}
.BgClassName
{
background-color: #341AB9;
}
</style>
border-color css
<style>
span { border-color: #341AB9; }
span { border-color: rgb(52,26,185); }
td.TdClassName
{
border-color: #341AB9;
}
.TagClassName
{
border-color: #341AB9;
}
</style>