Shades of Persian Blue #3C31BD
Tints of Persian Blue #3C31BD
RGB
CMYK
RGB Variations
Color information
#3C31BD (or 0x3C31BD) is known color: Persian Blue. HEX triplet: 3C, 31 and BD. RGB value is (60,49,189). Sum of RGB (Red+Green+Blue) = 60+49+189=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C31BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31BD is #C3CE42. Grayscale: #434343. Windows color (decimal): -12832323 or 12398908. OLE color: 12398908.
HSL color Cylindrical-coordinate representation of color #3C31BD: hue angle of 244.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C31BD is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 49 | 189 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.26 |
| HSL | 244.71º | 0.59% | 0.47% | - |
| HSV(B) | 244.71º | 0.74% | 0.74% | - |
| XYZ | 12.15 | 6.83 | 48.82 | - |
| YUV | 68.25 | 196.14 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 189 | 0.68 | 0.74 | 0 | 0.26 | 244.71 | 0.59 | 0.47 |
| Hex | 3C | 31 | BD | 44 | 4A | 0 | 1A | F5 | 3B | 2F |
| Octal | 74 | 61 | 275 | 104 | 112 | 0 | 32 | 365 | 73 | 57 |
| Binary | 111100 | 110001 | 10111101 | 1000100 | 1001010 | 0 | 11010 | 11110101 | 111011 | 101111 |
Color Harmonies of #3C31BD
Complementary color
Monochromatic Colors of #3C31BD
Black with #3C31BD
Text Example
Text Example
White with #3C31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C31BD; }
p { color: rgb(60,49,189); }
H1.HeaderClassName
{
color: #3C31BD;
}
.AnyTagClassName
{
color: #3C31BD;
}
</style>
background-color css
<style>
a { background-color: #3C31BD; }
a { background-color: rgb(60,49,189); }
div.DivClassName
{
background-color: #3C31BD;
}
.BgClassName
{
background-color: #3C31BD;
}
</style>
border-color css
<style>
span { border-color: #3C31BD; }
span { border-color: rgb(60,49,189); }
td.TdClassName
{
border-color: #3C31BD;
}
.TagClassName
{
border-color: #3C31BD;
}
</style>