Shades of Persian Blue #3431DC
Tints of Persian Blue #3431DC
RGB
CMYK
RGB Variations
Color information
#3431DC (or 0x3431DC) is known color: Persian Blue. HEX triplet: 34, 31 and DC. RGB value is (52,49,220). Sum of RGB (Red+Green+Blue) = 52+49+220=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #3431DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431DC is #CBCE23. Grayscale: #444444. Windows color (decimal): -13356580 or 14430516. OLE color: 14430516.
HSL color Cylindrical-coordinate representation of color #3431DC: hue angle of 241.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3431DC is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 49 | 220 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.14 |
| HSL | 241.05º | 0.71% | 0.53% | - |
| HSV(B) | 241.05º | 0.78% | 0.86% | - |
| XYZ | 15.43 | 8.09 | 68.46 | - |
| YUV | 69.39 | 212.99 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 220 | 0.76 | 0.78 | 0 | 0.14 | 241.05 | 0.71 | 0.53 |
| Hex | 34 | 31 | DC | 4C | 4E | 0 | E | F1 | 47 | 35 |
| Octal | 64 | 61 | 334 | 114 | 116 | 0 | 16 | 361 | 107 | 65 |
| Binary | 110100 | 110001 | 11011100 | 1001100 | 1001110 | 0 | 1110 | 11110001 | 1000111 | 110101 |
Color Harmonies of #3431DC
Complementary color
Monochromatic Colors of #3431DC
Black with #3431DC
Text Example
Text Example
White with #3431DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431DC; }
p { color: rgb(52,49,220); }
H1.HeaderClassName
{
color: #3431DC;
}
.AnyTagClassName
{
color: #3431DC;
}
</style>
background-color css
<style>
a { background-color: #3431DC; }
a { background-color: rgb(52,49,220); }
div.DivClassName
{
background-color: #3431DC;
}
.BgClassName
{
background-color: #3431DC;
}
</style>
border-color css
<style>
span { border-color: #3431DC; }
span { border-color: rgb(52,49,220); }
td.TdClassName
{
border-color: #3431DC;
}
.TagClassName
{
border-color: #3431DC;
}
</style>