Shades of Persian Blue #341AB0
Tints of Persian Blue #341AB0
RGB
CMYK
RGB Variations
Color information
#341AB0 (or 0x341AB0) is known color: Persian Blue. HEX triplet: 34, 1A and B0. RGB value is (52,26,176). Sum of RGB (Red+Green+Blue) = 52+26+176=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 176 (69.14% from 255 or 69.29% from 254); Max value from RGB is 176 - color contains mainly: blue. Hex color #341AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341AB0 is #CBE54F. Grayscale: #323232. Windows color (decimal): -13362512 or 11541044. OLE color: 11541044.
HSL color Cylindrical-coordinate representation of color #341AB0: hue angle of 250.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341AB0 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 26 | 176 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.31 |
| HSL | 250.4º | 0.74% | 0.4% | - |
| HSV(B) | 250.4º | 0.85% | 0.69% | - |
| XYZ | 9.62 | 4.6 | 41.46 | - |
| YUV | 50.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 176 | 0.70 | 0.85 | 0 | 0.31 | 250.4 | 0.74 | 0.4 |
| Hex | 34 | 1A | B0 | 46 | 55 | 0 | 1F | FA | 4A | 28 |
| Octal | 64 | 32 | 260 | 106 | 125 | 0 | 37 | 372 | 112 | 50 |
| Binary | 110100 | 11010 | 10110000 | 1000110 | 1010101 | 0 | 11111 | 11111010 | 1001010 | 101000 |
Color Harmonies of #341AB0
Complementary color
Monochromatic Colors of #341AB0
Black with #341AB0
Text Example
Text Example
White with #341AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341AB0; }
p { color: rgb(52,26,176); }
H1.HeaderClassName
{
color: #341AB0;
}
.AnyTagClassName
{
color: #341AB0;
}
</style>
background-color css
<style>
a { background-color: #341AB0; }
a { background-color: rgb(52,26,176); }
div.DivClassName
{
background-color: #341AB0;
}
.BgClassName
{
background-color: #341AB0;
}
</style>
border-color css
<style>
span { border-color: #341AB0; }
span { border-color: rgb(52,26,176); }
td.TdClassName
{
border-color: #341AB0;
}
.TagClassName
{
border-color: #341AB0;
}
</style>