Shades of Persian Blue #3411C1
Tints of Persian Blue #3411C1
RGB
CMYK
RGB Variations
Color information
#3411C1 (or 0x3411C1) is known color: Persian Blue. HEX triplet: 34, 11 and C1. RGB value is (52,17,193). Sum of RGB (Red+Green+Blue) = 52+17+193=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #3411C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411C1 is #CBEE3E. Grayscale: #2E2E2E. Windows color (decimal): -13364799 or 12652852. OLE color: 12652852.
HSL color Cylindrical-coordinate representation of color #3411C1: hue angle of 251.93º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3411C1 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 17 | 193 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.24 |
| HSL | 251.93º | 0.84% | 0.41% | - |
| HSV(B) | 251.93º | 0.91% | 0.76% | - |
| XYZ | 11.24 | 4.98 | 50.82 | - |
| YUV | 47.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 193 | 0.73 | 0.91 | 0 | 0.24 | 251.93 | 0.84 | 0.41 |
| Hex | 34 | 11 | C1 | 49 | 5B | 0 | 18 | FC | 54 | 29 |
| Octal | 64 | 21 | 301 | 111 | 133 | 0 | 30 | 374 | 124 | 51 |
| Binary | 110100 | 10001 | 11000001 | 1001001 | 1011011 | 0 | 11000 | 11111100 | 1010100 | 101001 |
Color Harmonies of #3411C1
Complementary color
Monochromatic Colors of #3411C1
Black with #3411C1
Text Example
Text Example
White with #3411C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3411C1; }
p { color: rgb(52,17,193); }
H1.HeaderClassName
{
color: #3411C1;
}
.AnyTagClassName
{
color: #3411C1;
}
</style>
background-color css
<style>
a { background-color: #3411C1; }
a { background-color: rgb(52,17,193); }
div.DivClassName
{
background-color: #3411C1;
}
.BgClassName
{
background-color: #3411C1;
}
</style>
border-color css
<style>
span { border-color: #3411C1; }
span { border-color: rgb(52,17,193); }
td.TdClassName
{
border-color: #3411C1;
}
.TagClassName
{
border-color: #3411C1;
}
</style>