Shades of Persian Blue #301ECF
Tints of Persian Blue #301ECF
RGB
CMYK
RGB Variations
Color information
#301ECF (or 0x301ECF) is known color: Persian Blue. HEX triplet: 30, 1E and CF. RGB value is (48,30,207). Sum of RGB (Red+Green+Blue) = 48+30+207=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #301ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ECF is #CFE130. Grayscale: #363636. Windows color (decimal): -13623601 or 13573680. OLE color: 13573680.
HSL color Cylindrical-coordinate representation of color #301ECF: hue angle of 246.1º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ECF is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 30 | 207 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.19 |
| HSL | 246.1º | 0.75% | 0.46% | - |
| HSV(B) | 246.1º | 0.86% | 0.81% | - |
| XYZ | 12.95 | 6.06 | 59.52 | - |
| YUV | 55.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 207 | 0.77 | 0.86 | 0 | 0.19 | 246.1 | 0.75 | 0.46 |
| Hex | 30 | 1E | CF | 4D | 56 | 0 | 13 | F6 | 4B | 2E |
| Octal | 60 | 36 | 317 | 115 | 126 | 0 | 23 | 366 | 113 | 56 |
| Binary | 110000 | 11110 | 11001111 | 1001101 | 1010110 | 0 | 10011 | 11110110 | 1001011 | 101110 |
Color Harmonies of #301ECF
Complementary color
Monochromatic Colors of #301ECF
Black with #301ECF
Text Example
Text Example
White with #301ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301ECF; }
p { color: rgb(48,30,207); }
H1.HeaderClassName
{
color: #301ECF;
}
.AnyTagClassName
{
color: #301ECF;
}
</style>
background-color css
<style>
a { background-color: #301ECF; }
a { background-color: rgb(48,30,207); }
div.DivClassName
{
background-color: #301ECF;
}
.BgClassName
{
background-color: #301ECF;
}
</style>
border-color css
<style>
span { border-color: #301ECF; }
span { border-color: rgb(48,30,207); }
td.TdClassName
{
border-color: #301ECF;
}
.TagClassName
{
border-color: #301ECF;
}
</style>