Shades of Persian Blue #3412C3
Tints of Persian Blue #3412C3
RGB
CMYK
RGB Variations
Color information
#3412C3 (or 0x3412C3) is known color: Persian Blue. HEX triplet: 34, 12 and C3. RGB value is (52,18,195). Sum of RGB (Red+Green+Blue) = 52+18+195=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 195 (76.56% from 255 or 73.58% from 265); Max value from RGB is 195 - color contains mainly: blue. Hex color #3412C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412C3 is #CBED3C. Grayscale: #2F2F2F. Windows color (decimal): -13364541 or 12784180. OLE color: 12784180.
HSL color Cylindrical-coordinate representation of color #3412C3: hue angle of 251.53º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3412C3 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 18 | 195 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.24 |
| HSL | 251.53º | 0.83% | 0.42% | - |
| HSV(B) | 251.53º | 0.91% | 0.76% | - |
| XYZ | 11.48 | 5.1 | 52.01 | - |
| YUV | 48.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 195 | 0.73 | 0.91 | 0 | 0.24 | 251.53 | 0.83 | 0.42 |
| Hex | 34 | 12 | C3 | 49 | 5B | 0 | 18 | FC | 53 | 2A |
| Octal | 64 | 22 | 303 | 111 | 133 | 0 | 30 | 374 | 123 | 52 |
| Binary | 110100 | 10010 | 11000011 | 1001001 | 1011011 | 0 | 11000 | 11111100 | 1010011 | 101010 |
Color Harmonies of #3412C3
Complementary color
Monochromatic Colors of #3412C3
Black with #3412C3
Text Example
Text Example
White with #3412C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412C3; }
p { color: rgb(52,18,195); }
H1.HeaderClassName
{
color: #3412C3;
}
.AnyTagClassName
{
color: #3412C3;
}
</style>
background-color css
<style>
a { background-color: #3412C3; }
a { background-color: rgb(52,18,195); }
div.DivClassName
{
background-color: #3412C3;
}
.BgClassName
{
background-color: #3412C3;
}
</style>
border-color css
<style>
span { border-color: #3412C3; }
span { border-color: rgb(52,18,195); }
td.TdClassName
{
border-color: #3412C3;
}
.TagClassName
{
border-color: #3412C3;
}
</style>