Shades of Persian Blue #341FC8
Tints of Persian Blue #341FC8
RGB
CMYK
RGB Variations
Color information
#341FC8 (or 0x341FC8) is known color: Persian Blue. HEX triplet: 34, 1F and C8. RGB value is (52,31,200). Sum of RGB (Red+Green+Blue) = 52+31+200=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #341FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FC8 is #CBE037. Grayscale: #373737. Windows color (decimal): -13361208 or 13115188. OLE color: 13115188.
HSL color Cylindrical-coordinate representation of color #341FC8: hue angle of 247.46º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341FC8 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 31 | 200 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.22 |
| HSL | 247.46º | 0.73% | 0.45% | - |
| HSV(B) | 247.46º | 0.85% | 0.78% | - |
| XYZ | 12.33 | 5.88 | 55.13 | - |
| YUV | 56.55 | 208.96 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 200 | 0.74 | 0.84 | 0 | 0.22 | 247.46 | 0.73 | 0.45 |
| Hex | 34 | 1F | C8 | 4A | 54 | 0 | 16 | F7 | 49 | 2D |
| Octal | 64 | 37 | 310 | 112 | 124 | 0 | 26 | 367 | 111 | 55 |
| Binary | 110100 | 11111 | 11001000 | 1001010 | 1010100 | 0 | 10110 | 11110111 | 1001001 | 101101 |
Color Harmonies of #341FC8
Complementary color
Monochromatic Colors of #341FC8
Black with #341FC8
Text Example
Text Example
White with #341FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FC8; }
p { color: rgb(52,31,200); }
H1.HeaderClassName
{
color: #341FC8;
}
.AnyTagClassName
{
color: #341FC8;
}
</style>
background-color css
<style>
a { background-color: #341FC8; }
a { background-color: rgb(52,31,200); }
div.DivClassName
{
background-color: #341FC8;
}
.BgClassName
{
background-color: #341FC8;
}
</style>
border-color css
<style>
span { border-color: #341FC8; }
span { border-color: rgb(52,31,200); }
td.TdClassName
{
border-color: #341FC8;
}
.TagClassName
{
border-color: #341FC8;
}
</style>