Shades of Persian Blue #0431CD
Tints of Persian Blue #0431CD
RGB
CMYK
RGB Variations
Color information
#0431CD (or 0x0431CD) is known color: Persian Blue. HEX triplet: 04, 31 and CD. RGB value is (4,49,205). Sum of RGB (Red+Green+Blue) = 4+49+205=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #0431CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0431CD is #FBCE32. Grayscale: #343434. Windows color (decimal): -16502323 or 13447428. OLE color: 13447428.
HSL color Cylindrical-coordinate representation of color #0431CD: hue angle of 226.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0431CD is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 49 | 205 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.20 |
| HSL | 226.57º | 0.96% | 0.41% | - |
| HSV(B) | 226.57º | 0.98% | 0.8% | - |
| XYZ | 12.17 | 6.63 | 58.4 | - |
| YUV | 53.33 | 213.59 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 205 | 0.98 | 0.76 | 0 | 0.20 | 226.57 | 0.96 | 0.41 |
| Hex | 4 | 31 | CD | 62 | 4C | 0 | 14 | E3 | 60 | 29 |
| Octal | 4 | 61 | 315 | 142 | 114 | 0 | 24 | 343 | 140 | 51 |
| Binary | 100 | 110001 | 11001101 | 1100010 | 1001100 | 0 | 10100 | 11100011 | 1100000 | 101001 |
Color Harmonies of #0431CD
Complementary color
Monochromatic Colors of #0431CD
Black with #0431CD
Text Example
Text Example
White with #0431CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0431CD; }
p { color: rgb(4,49,205); }
H1.HeaderClassName
{
color: #0431CD;
}
.AnyTagClassName
{
color: #0431CD;
}
</style>
background-color css
<style>
a { background-color: #0431CD; }
a { background-color: rgb(4,49,205); }
div.DivClassName
{
background-color: #0431CD;
}
.BgClassName
{
background-color: #0431CD;
}
</style>
border-color css
<style>
span { border-color: #0431CD; }
span { border-color: rgb(4,49,205); }
td.TdClassName
{
border-color: #0431CD;
}
.TagClassName
{
border-color: #0431CD;
}
</style>