Shades of Persian Blue #3128DC
Tints of Persian Blue #3128DC
RGB
CMYK
RGB Variations
Color information
#3128DC (or 0x3128DC) is known color: Persian Blue. HEX triplet: 31, 28 and DC. RGB value is (49,40,220). Sum of RGB (Red+Green+Blue) = 49+40+220=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #3128DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3128DC is #CED723. Grayscale: #3E3E3E. Windows color (decimal): -13555492 or 14428209. OLE color: 14428209.
HSL color Cylindrical-coordinate representation of color #3128DC: hue angle of 243º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3128DC is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 40 | 220 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.14 |
| HSL | 243º | 0.72% | 0.51% | - |
| HSV(B) | 243º | 0.82% | 0.86% | - |
| XYZ | 14.94 | 7.34 | 68.34 | - |
| YUV | 63.21 | 216.48 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 220 | 0.78 | 0.82 | 0 | 0.14 | 243 | 0.72 | 0.51 |
| Hex | 31 | 28 | DC | 4E | 52 | 0 | E | F3 | 48 | 33 |
| Octal | 61 | 50 | 334 | 116 | 122 | 0 | 16 | 363 | 110 | 63 |
| Binary | 110001 | 101000 | 11011100 | 1001110 | 1010010 | 0 | 1110 | 11110011 | 1001000 | 110011 |
Color Harmonies of #3128DC
Complementary color
Monochromatic Colors of #3128DC
Black with #3128DC
Text Example
Text Example
White with #3128DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3128DC; }
p { color: rgb(49,40,220); }
H1.HeaderClassName
{
color: #3128DC;
}
.AnyTagClassName
{
color: #3128DC;
}
</style>
background-color css
<style>
a { background-color: #3128DC; }
a { background-color: rgb(49,40,220); }
div.DivClassName
{
background-color: #3128DC;
}
.BgClassName
{
background-color: #3128DC;
}
</style>
border-color css
<style>
span { border-color: #3128DC; }
span { border-color: rgb(49,40,220); }
td.TdClassName
{
border-color: #3128DC;
}
.TagClassName
{
border-color: #3128DC;
}
</style>