Shades of Persian Blue #3031CD
Tints of Persian Blue #3031CD
RGB
CMYK
RGB Variations
Color information
#3031CD (or 0x3031CD) is known color: Persian Blue. HEX triplet: 30, 31 and CD. RGB value is (48,49,205). Sum of RGB (Red+Green+Blue) = 48+49+205=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #3031CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3031CD is #CFCE32. Grayscale: #414141. Windows color (decimal): -13618739 or 13447472. OLE color: 13447472.
HSL color Cylindrical-coordinate representation of color #3031CD: hue angle of 239.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3031CD is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 49 | 205 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.20 |
| HSL | 239.62º | 0.62% | 0.5% | - |
| HSV(B) | 239.62º | 0.77% | 0.8% | - |
| XYZ | 13.34 | 7.23 | 58.45 | - |
| YUV | 66.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 205 | 0.77 | 0.76 | 0 | 0.20 | 239.62 | 0.62 | 0.5 |
| Hex | 30 | 31 | CD | 4D | 4C | 0 | 14 | F0 | 3E | 32 |
| Octal | 60 | 61 | 315 | 115 | 114 | 0 | 24 | 360 | 76 | 62 |
| Binary | 110000 | 110001 | 11001101 | 1001101 | 1001100 | 0 | 10100 | 11110000 | 111110 | 110010 |
Color Harmonies of #3031CD
Complementary color
Monochromatic Colors of #3031CD
Black with #3031CD
Text Example
Text Example
White with #3031CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3031CD; }
p { color: rgb(48,49,205); }
H1.HeaderClassName
{
color: #3031CD;
}
.AnyTagClassName
{
color: #3031CD;
}
</style>
background-color css
<style>
a { background-color: #3031CD; }
a { background-color: rgb(48,49,205); }
div.DivClassName
{
background-color: #3031CD;
}
.BgClassName
{
background-color: #3031CD;
}
</style>
border-color css
<style>
span { border-color: #3031CD; }
span { border-color: rgb(48,49,205); }
td.TdClassName
{
border-color: #3031CD;
}
.TagClassName
{
border-color: #3031CD;
}
</style>