Shades of Persian Blue #341BC9
Tints of Persian Blue #341BC9
RGB
CMYK
RGB Variations
Color information
#341BC9 (or 0x341BC9) is known color: Persian Blue. HEX triplet: 34, 1B and C9. RGB value is (52,27,201). Sum of RGB (Red+Green+Blue) = 52+27+201=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #341BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BC9 is #CBE436. Grayscale: #353535. Windows color (decimal): -13362231 or 13179700. OLE color: 13179700.
HSL color Cylindrical-coordinate representation of color #341BC9: hue angle of 248.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341BC9 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 27 | 201 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.21 |
| HSL | 248.62º | 0.76% | 0.45% | - |
| HSV(B) | 248.62º | 0.87% | 0.79% | - |
| XYZ | 12.35 | 5.73 | 55.71 | - |
| YUV | 54.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 201 | 0.74 | 0.87 | 0 | 0.21 | 248.62 | 0.76 | 0.45 |
| Hex | 34 | 1B | C9 | 4A | 57 | 0 | 15 | F9 | 4C | 2D |
| Octal | 64 | 33 | 311 | 112 | 127 | 0 | 25 | 371 | 114 | 55 |
| Binary | 110100 | 11011 | 11001001 | 1001010 | 1010111 | 0 | 10101 | 11111001 | 1001100 | 101101 |
Color Harmonies of #341BC9
Complementary color
Monochromatic Colors of #341BC9
Black with #341BC9
Text Example
Text Example
White with #341BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BC9; }
p { color: rgb(52,27,201); }
H1.HeaderClassName
{
color: #341BC9;
}
.AnyTagClassName
{
color: #341BC9;
}
</style>
background-color css
<style>
a { background-color: #341BC9; }
a { background-color: rgb(52,27,201); }
div.DivClassName
{
background-color: #341BC9;
}
.BgClassName
{
background-color: #341BC9;
}
</style>
border-color css
<style>
span { border-color: #341BC9; }
span { border-color: rgb(52,27,201); }
td.TdClassName
{
border-color: #341BC9;
}
.TagClassName
{
border-color: #341BC9;
}
</style>