Shades of Persian Blue #3412C1
Tints of Persian Blue #3412C1
RGB
CMYK
RGB Variations
Color information
#3412C1 (or 0x3412C1) is known color: Persian Blue. HEX triplet: 34, 12 and C1. RGB value is (52,18,193). Sum of RGB (Red+Green+Blue) = 52+18+193=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 193 (75.78% from 255 or 73.38% from 263); Max value from RGB is 193 - color contains mainly: blue. Hex color #3412C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412C1 is #CBED3E. Grayscale: #2F2F2F. Windows color (decimal): -13364543 or 12653108. OLE color: 12653108.
HSL color Cylindrical-coordinate representation of color #3412C1: hue angle of 251.66º degrees, saturation: 0.83, 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 #3412C1 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 18 | 193 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.24 |
| HSL | 251.66º | 0.83% | 0.41% | - |
| HSV(B) | 251.66º | 0.91% | 0.76% | - |
| XYZ | 11.26 | 5.01 | 50.83 | - |
| YUV | 48.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 193 | 0.73 | 0.91 | 0 | 0.24 | 251.66 | 0.83 | 0.41 |
| Hex | 34 | 12 | C1 | 49 | 5B | 0 | 18 | FC | 53 | 29 |
| Octal | 64 | 22 | 301 | 111 | 133 | 0 | 30 | 374 | 123 | 51 |
| Binary | 110100 | 10010 | 11000001 | 1001001 | 1011011 | 0 | 11000 | 11111100 | 1010011 | 101001 |
Color Harmonies of #3412C1
Complementary color
Monochromatic Colors of #3412C1
Black with #3412C1
Text Example
Text Example
White with #3412C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412C1; }
p { color: rgb(52,18,193); }
H1.HeaderClassName
{
color: #3412C1;
}
.AnyTagClassName
{
color: #3412C1;
}
</style>
background-color css
<style>
a { background-color: #3412C1; }
a { background-color: rgb(52,18,193); }
div.DivClassName
{
background-color: #3412C1;
}
.BgClassName
{
background-color: #3412C1;
}
</style>
border-color css
<style>
span { border-color: #3412C1; }
span { border-color: rgb(52,18,193); }
td.TdClassName
{
border-color: #3412C1;
}
.TagClassName
{
border-color: #3412C1;
}
</style>