Shades of Persian Blue #341DC1
Tints of Persian Blue #341DC1
RGB
CMYK
RGB Variations
Color information
#341DC1 (or 0x341DC1) is known color: Persian Blue. HEX triplet: 34, 1D and C1. RGB value is (52,29,193). Sum of RGB (Red+Green+Blue) = 52+29+193=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #341DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DC1 is #CBE23E. Grayscale: #353535. Windows color (decimal): -13361727 or 12655924. OLE color: 12655924.
HSL color Cylindrical-coordinate representation of color #341DC1: hue angle of 248.41º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341DC1 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 29 | 193 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.24 |
| HSL | 248.41º | 0.74% | 0.44% | - |
| HSV(B) | 248.41º | 0.85% | 0.76% | - |
| XYZ | 11.48 | 5.46 | 50.9 | - |
| YUV | 54.57 | 206.12 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 193 | 0.73 | 0.85 | 0 | 0.24 | 248.41 | 0.74 | 0.44 |
| Hex | 34 | 1D | C1 | 49 | 55 | 0 | 18 | F8 | 4A | 2C |
| Octal | 64 | 35 | 301 | 111 | 125 | 0 | 30 | 370 | 112 | 54 |
| Binary | 110100 | 11101 | 11000001 | 1001001 | 1010101 | 0 | 11000 | 11111000 | 1001010 | 101100 |
Color Harmonies of #341DC1
Complementary color
Monochromatic Colors of #341DC1
Black with #341DC1
Text Example
Text Example
White with #341DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341DC1; }
p { color: rgb(52,29,193); }
H1.HeaderClassName
{
color: #341DC1;
}
.AnyTagClassName
{
color: #341DC1;
}
</style>
background-color css
<style>
a { background-color: #341DC1; }
a { background-color: rgb(52,29,193); }
div.DivClassName
{
background-color: #341DC1;
}
.BgClassName
{
background-color: #341DC1;
}
</style>
border-color css
<style>
span { border-color: #341DC1; }
span { border-color: rgb(52,29,193); }
td.TdClassName
{
border-color: #341DC1;
}
.TagClassName
{
border-color: #341DC1;
}
</style>