Shades of Persian Blue #341FCF
Tints of Persian Blue #341FCF
RGB
CMYK
RGB Variations
Color information
#341FCF (or 0x341FCF) is known color: Persian Blue. HEX triplet: 34, 1F and CF. RGB value is (52,31,207). Sum of RGB (Red+Green+Blue) = 52+31+207=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #341FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FCF is #CBE030. Grayscale: #383838. Windows color (decimal): -13361201 or 13573940. OLE color: 13573940.
HSL color Cylindrical-coordinate representation of color #341FCF: hue angle of 247.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341FCF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 31 | 207 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.19 |
| HSL | 247.16º | 0.74% | 0.47% | - |
| HSV(B) | 247.16º | 0.85% | 0.81% | - |
| XYZ | 13.17 | 6.22 | 59.54 | - |
| YUV | 57.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 207 | 0.75 | 0.85 | 0 | 0.19 | 247.16 | 0.74 | 0.47 |
| Hex | 34 | 1F | CF | 4B | 55 | 0 | 13 | F7 | 4A | 2F |
| Octal | 64 | 37 | 317 | 113 | 125 | 0 | 23 | 367 | 112 | 57 |
| Binary | 110100 | 11111 | 11001111 | 1001011 | 1010101 | 0 | 10011 | 11110111 | 1001010 | 101111 |
Color Harmonies of #341FCF
Complementary color
Monochromatic Colors of #341FCF
Black with #341FCF
Text Example
Text Example
White with #341FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FCF; }
p { color: rgb(52,31,207); }
H1.HeaderClassName
{
color: #341FCF;
}
.AnyTagClassName
{
color: #341FCF;
}
</style>
background-color css
<style>
a { background-color: #341FCF; }
a { background-color: rgb(52,31,207); }
div.DivClassName
{
background-color: #341FCF;
}
.BgClassName
{
background-color: #341FCF;
}
</style>
border-color css
<style>
span { border-color: #341FCF; }
span { border-color: rgb(52,31,207); }
td.TdClassName
{
border-color: #341FCF;
}
.TagClassName
{
border-color: #341FCF;
}
</style>