Shades of Persian Blue #3121C8
Tints of Persian Blue #3121C8
RGB
CMYK
RGB Variations
Color information
#3121C8 (or 0x3121C8) is known color: Persian Blue. HEX triplet: 31, 21 and C8. RGB value is (49,33,200). Sum of RGB (Red+Green+Blue) = 49+33+200=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #3121C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121C8 is #CEDE37. Grayscale: #383838. Windows color (decimal): -13557304 or 13115697. OLE color: 13115697.
HSL color Cylindrical-coordinate representation of color #3121C8: hue angle of 245.75º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3121C8 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 33 | 200 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.22 |
| HSL | 245.75º | 0.72% | 0.46% | - |
| HSV(B) | 245.75º | 0.84% | 0.78% | - |
| XYZ | 12.24 | 5.91 | 55.14 | - |
| YUV | 56.82 | 208.8 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 200 | 0.76 | 0.84 | 0 | 0.22 | 245.75 | 0.72 | 0.46 |
| Hex | 31 | 21 | C8 | 4C | 54 | 0 | 16 | F6 | 48 | 2E |
| Octal | 61 | 41 | 310 | 114 | 124 | 0 | 26 | 366 | 110 | 56 |
| Binary | 110001 | 100001 | 11001000 | 1001100 | 1010100 | 0 | 10110 | 11110110 | 1001000 | 101110 |
Color Harmonies of #3121C8
Complementary color
Monochromatic Colors of #3121C8
Black with #3121C8
Text Example
Text Example
White with #3121C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121C8; }
p { color: rgb(49,33,200); }
H1.HeaderClassName
{
color: #3121C8;
}
.AnyTagClassName
{
color: #3121C8;
}
</style>
background-color css
<style>
a { background-color: #3121C8; }
a { background-color: rgb(49,33,200); }
div.DivClassName
{
background-color: #3121C8;
}
.BgClassName
{
background-color: #3121C8;
}
</style>
border-color css
<style>
span { border-color: #3121C8; }
span { border-color: rgb(49,33,200); }
td.TdClassName
{
border-color: #3121C8;
}
.TagClassName
{
border-color: #3121C8;
}
</style>