Shades of Persian Blue #341ECF
Tints of Persian Blue #341ECF
RGB
CMYK
RGB Variations
Color information
#341ECF (or 0x341ECF) is known color: Persian Blue. HEX triplet: 34, 1E and CF. RGB value is (52,30,207). Sum of RGB (Red+Green+Blue) = 52+30+207=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #341ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ECF is #CBE130. Grayscale: #383838. Windows color (decimal): -13361457 or 13573684. OLE color: 13573684.
HSL color Cylindrical-coordinate representation of color #341ECF: hue angle of 247.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341ECF is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 30 | 207 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.19 |
| HSL | 247.46º | 0.75% | 0.46% | - |
| HSV(B) | 247.46º | 0.86% | 0.81% | - |
| XYZ | 13.14 | 6.16 | 59.53 | - |
| YUV | 56.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 207 | 0.75 | 0.86 | 0 | 0.19 | 247.46 | 0.75 | 0.46 |
| Hex | 34 | 1E | CF | 4B | 56 | 0 | 13 | F7 | 4B | 2E |
| Octal | 64 | 36 | 317 | 113 | 126 | 0 | 23 | 367 | 113 | 56 |
| Binary | 110100 | 11110 | 11001111 | 1001011 | 1010110 | 0 | 10011 | 11110111 | 1001011 | 101110 |
Color Harmonies of #341ECF
Complementary color
Monochromatic Colors of #341ECF
Black with #341ECF
Text Example
Text Example
White with #341ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341ECF; }
p { color: rgb(52,30,207); }
H1.HeaderClassName
{
color: #341ECF;
}
.AnyTagClassName
{
color: #341ECF;
}
</style>
background-color css
<style>
a { background-color: #341ECF; }
a { background-color: rgb(52,30,207); }
div.DivClassName
{
background-color: #341ECF;
}
.BgClassName
{
background-color: #341ECF;
}
</style>
border-color css
<style>
span { border-color: #341ECF; }
span { border-color: rgb(52,30,207); }
td.TdClassName
{
border-color: #341ECF;
}
.TagClassName
{
border-color: #341ECF;
}
</style>