Shades of Persian Blue #301FC7
Tints of Persian Blue #301FC7
RGB
CMYK
RGB Variations
Color information
#301FC7 (or 0x301FC7) is known color: Persian Blue. HEX triplet: 30, 1F and C7. RGB value is (48,31,199). Sum of RGB (Red+Green+Blue) = 48+31+199=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 199 (78.12% from 255 or 71.58% from 278); Max value from RGB is 199 - color contains mainly: blue. Hex color #301FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC7 is #CFE038. Grayscale: #363636. Windows color (decimal): -13623353 or 13049648. OLE color: 13049648.
HSL color Cylindrical-coordinate representation of color #301FC7: hue angle of 246.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301FC7 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 31 | 199 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.22 |
| HSL | 246.07º | 0.73% | 0.45% | - |
| HSV(B) | 246.07º | 0.84% | 0.78% | - |
| XYZ | 12.02 | 5.73 | 54.51 | - |
| YUV | 55.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 199 | 0.76 | 0.84 | 0 | 0.22 | 246.07 | 0.73 | 0.45 |
| Hex | 30 | 1F | C7 | 4C | 54 | 0 | 16 | F6 | 49 | 2D |
| Octal | 60 | 37 | 307 | 114 | 124 | 0 | 26 | 366 | 111 | 55 |
| Binary | 110000 | 11111 | 11000111 | 1001100 | 1010100 | 0 | 10110 | 11110110 | 1001001 | 101101 |
Color Harmonies of #301FC7
Complementary color
Monochromatic Colors of #301FC7
Black with #301FC7
Text Example
Text Example
White with #301FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FC7; }
p { color: rgb(48,31,199); }
H1.HeaderClassName
{
color: #301FC7;
}
.AnyTagClassName
{
color: #301FC7;
}
</style>
background-color css
<style>
a { background-color: #301FC7; }
a { background-color: rgb(48,31,199); }
div.DivClassName
{
background-color: #301FC7;
}
.BgClassName
{
background-color: #301FC7;
}
</style>
border-color css
<style>
span { border-color: #301FC7; }
span { border-color: rgb(48,31,199); }
td.TdClassName
{
border-color: #301FC7;
}
.TagClassName
{
border-color: #301FC7;
}
</style>