Shades of Persian Blue #301CCC
Tints of Persian Blue #301CCC
RGB
CMYK
RGB Variations
Color information
#301CCC (or 0x301CCC) is known color: Persian Blue. HEX triplet: 30, 1C and CC. RGB value is (48,28,204). Sum of RGB (Red+Green+Blue) = 48+28+204=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #301CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCC is #CFE333. Grayscale: #353535. Windows color (decimal): -13624116 or 13376560. OLE color: 13376560.
HSL color Cylindrical-coordinate representation of color #301CCC: hue angle of 246.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301CCC is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 28 | 204 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.2 |
| HSL | 246.82º | 0.76% | 0.45% | - |
| HSV(B) | 246.82º | 0.86% | 0.8% | - |
| XYZ | 12.53 | 5.82 | 57.59 | - |
| YUV | 54.04 | 212.63 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 204 | 0.76 | 0.86 | 0 | 0.2 | 246.82 | 0.76 | 0.45 |
| Hex | 30 | 1C | CC | 4C | 56 | 0 | 14 | F7 | 4C | 2D |
| Octal | 60 | 34 | 314 | 114 | 126 | 0 | 24 | 367 | 114 | 55 |
| Binary | 110000 | 11100 | 11001100 | 1001100 | 1010110 | 0 | 10100 | 11110111 | 1001100 | 101101 |
Color Harmonies of #301CCC
Complementary color
Monochromatic Colors of #301CCC
Black with #301CCC
Text Example
Text Example
White with #301CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CCC; }
p { color: rgb(48,28,204); }
H1.HeaderClassName
{
color: #301CCC;
}
.AnyTagClassName
{
color: #301CCC;
}
</style>
background-color css
<style>
a { background-color: #301CCC; }
a { background-color: rgb(48,28,204); }
div.DivClassName
{
background-color: #301CCC;
}
.BgClassName
{
background-color: #301CCC;
}
</style>
border-color css
<style>
span { border-color: #301CCC; }
span { border-color: rgb(48,28,204); }
td.TdClassName
{
border-color: #301CCC;
}
.TagClassName
{
border-color: #301CCC;
}
</style>