Shades of Persian Blue #341CCA
Tints of Persian Blue #341CCA
RGB
CMYK
RGB Variations
Color information
#341CCA (or 0x341CCA) is known color: Persian Blue. HEX triplet: 34, 1C and CA. RGB value is (52,28,202). Sum of RGB (Red+Green+Blue) = 52+28+202=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #341CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCA is #CBE335. Grayscale: #363636. Windows color (decimal): -13361974 or 13245492. OLE color: 13245492.
HSL color Cylindrical-coordinate representation of color #341CCA: hue angle of 248.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341CCA is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 28 | 202 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.21 |
| HSL | 248.28º | 0.76% | 0.45% | - |
| HSV(B) | 248.28º | 0.86% | 0.79% | - |
| XYZ | 12.49 | 5.82 | 56.34 | - |
| YUV | 55.01 | 210.95 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 202 | 0.74 | 0.86 | 0 | 0.21 | 248.28 | 0.76 | 0.45 |
| Hex | 34 | 1C | CA | 4A | 56 | 0 | 15 | F8 | 4C | 2D |
| Octal | 64 | 34 | 312 | 112 | 126 | 0 | 25 | 370 | 114 | 55 |
| Binary | 110100 | 11100 | 11001010 | 1001010 | 1010110 | 0 | 10101 | 11111000 | 1001100 | 101101 |
Color Harmonies of #341CCA
Complementary color
Monochromatic Colors of #341CCA
Black with #341CCA
Text Example
Text Example
White with #341CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CCA; }
p { color: rgb(52,28,202); }
H1.HeaderClassName
{
color: #341CCA;
}
.AnyTagClassName
{
color: #341CCA;
}
</style>
background-color css
<style>
a { background-color: #341CCA; }
a { background-color: rgb(52,28,202); }
div.DivClassName
{
background-color: #341CCA;
}
.BgClassName
{
background-color: #341CCA;
}
</style>
border-color css
<style>
span { border-color: #341CCA; }
span { border-color: rgb(52,28,202); }
td.TdClassName
{
border-color: #341CCA;
}
.TagClassName
{
border-color: #341CCA;
}
</style>