Shades of Persian Blue #3414C1
Tints of Persian Blue #3414C1
RGB
CMYK
RGB Variations
Color information
#3414C1 (or 0x3414C1) is known color: Persian Blue. HEX triplet: 34, 14 and C1. RGB value is (52,20,193). Sum of RGB (Red+Green+Blue) = 52+20+193=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 193 (75.78% from 255 or 72.83% from 265); Max value from RGB is 193 - color contains mainly: blue. Hex color #3414C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3414C1 is #CBEB3E. Grayscale: #303030. Windows color (decimal): -13364031 or 12653620. OLE color: 12653620.
HSL color Cylindrical-coordinate representation of color #3414C1: hue angle of 251.1º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3414C1 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 20 | 193 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.24 |
| HSL | 251.1º | 0.81% | 0.42% | - |
| HSV(B) | 251.1º | 0.9% | 0.76% | - |
| XYZ | 11.29 | 5.08 | 50.84 | - |
| YUV | 49.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 193 | 0.73 | 0.90 | 0 | 0.24 | 251.1 | 0.81 | 0.42 |
| Hex | 34 | 14 | C1 | 49 | 5A | 0 | 18 | FB | 51 | 2A |
| Octal | 64 | 24 | 301 | 111 | 132 | 0 | 30 | 373 | 121 | 52 |
| Binary | 110100 | 10100 | 11000001 | 1001001 | 1011010 | 0 | 11000 | 11111011 | 1010001 | 101010 |
Color Harmonies of #3414C1
Complementary color
Monochromatic Colors of #3414C1
Black with #3414C1
Text Example
Text Example
White with #3414C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3414C1; }
p { color: rgb(52,20,193); }
H1.HeaderClassName
{
color: #3414C1;
}
.AnyTagClassName
{
color: #3414C1;
}
</style>
background-color css
<style>
a { background-color: #3414C1; }
a { background-color: rgb(52,20,193); }
div.DivClassName
{
background-color: #3414C1;
}
.BgClassName
{
background-color: #3414C1;
}
</style>
border-color css
<style>
span { border-color: #3414C1; }
span { border-color: rgb(52,20,193); }
td.TdClassName
{
border-color: #3414C1;
}
.TagClassName
{
border-color: #3414C1;
}
</style>