Shades of Persian Blue #301DCC
Tints of Persian Blue #301DCC
RGB
CMYK
RGB Variations
Color information
#301DCC (or 0x301DCC) is known color: Persian Blue. HEX triplet: 30, 1D and CC. RGB value is (48,29,204). Sum of RGB (Red+Green+Blue) = 48+29+204=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #301DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DCC is #CFE233. Grayscale: #353535. Windows color (decimal): -13623860 or 13376816. OLE color: 13376816.
HSL color Cylindrical-coordinate representation of color #301DCC: hue angle of 246.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301DCC is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 29 | 204 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.2 |
| HSL | 246.51º | 0.75% | 0.46% | - |
| HSV(B) | 246.51º | 0.86% | 0.8% | - |
| XYZ | 12.56 | 5.87 | 57.6 | - |
| YUV | 54.63 | 212.29 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 204 | 0.76 | 0.86 | 0 | 0.2 | 246.51 | 0.75 | 0.46 |
| Hex | 30 | 1D | CC | 4C | 56 | 0 | 14 | F7 | 4B | 2E |
| Octal | 60 | 35 | 314 | 114 | 126 | 0 | 24 | 367 | 113 | 56 |
| Binary | 110000 | 11101 | 11001100 | 1001100 | 1010110 | 0 | 10100 | 11110111 | 1001011 | 101110 |
Color Harmonies of #301DCC
Complementary color
Monochromatic Colors of #301DCC
Black with #301DCC
Text Example
Text Example
White with #301DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DCC; }
p { color: rgb(48,29,204); }
H1.HeaderClassName
{
color: #301DCC;
}
.AnyTagClassName
{
color: #301DCC;
}
</style>
background-color css
<style>
a { background-color: #301DCC; }
a { background-color: rgb(48,29,204); }
div.DivClassName
{
background-color: #301DCC;
}
.BgClassName
{
background-color: #301DCC;
}
</style>
border-color css
<style>
span { border-color: #301DCC; }
span { border-color: rgb(48,29,204); }
td.TdClassName
{
border-color: #301DCC;
}
.TagClassName
{
border-color: #301DCC;
}
</style>