Shades of Persian Blue #341CC1
Tints of Persian Blue #341CC1
RGB
CMYK
RGB Variations
Color information
#341CC1 (or 0x341CC1) is known color: Persian Blue. HEX triplet: 34, 1C and C1. RGB value is (52,28,193). Sum of RGB (Red+Green+Blue) = 52+28+193=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #341CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CC1 is #CBE33E. Grayscale: #353535. Windows color (decimal): -13361983 or 12655668. OLE color: 12655668.
HSL color Cylindrical-coordinate representation of color #341CC1: hue angle of 248.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341CC1 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 28 | 193 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.24 |
| HSL | 248.73º | 0.75% | 0.43% | - |
| HSV(B) | 248.73º | 0.85% | 0.76% | - |
| XYZ | 11.46 | 5.41 | 50.89 | - |
| YUV | 53.99 | 206.45 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 193 | 0.73 | 0.85 | 0 | 0.24 | 248.73 | 0.75 | 0.43 |
| Hex | 34 | 1C | C1 | 49 | 55 | 0 | 18 | F9 | 4B | 2B |
| Octal | 64 | 34 | 301 | 111 | 125 | 0 | 30 | 371 | 113 | 53 |
| Binary | 110100 | 11100 | 11000001 | 1001001 | 1010101 | 0 | 11000 | 11111001 | 1001011 | 101011 |
Color Harmonies of #341CC1
Complementary color
Monochromatic Colors of #341CC1
Black with #341CC1
Text Example
Text Example
White with #341CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CC1; }
p { color: rgb(52,28,193); }
H1.HeaderClassName
{
color: #341CC1;
}
.AnyTagClassName
{
color: #341CC1;
}
</style>
background-color css
<style>
a { background-color: #341CC1; }
a { background-color: rgb(52,28,193); }
div.DivClassName
{
background-color: #341CC1;
}
.BgClassName
{
background-color: #341CC1;
}
</style>
border-color css
<style>
span { border-color: #341CC1; }
span { border-color: rgb(52,28,193); }
td.TdClassName
{
border-color: #341CC1;
}
.TagClassName
{
border-color: #341CC1;
}
</style>