Shades of Persian Blue #301FC1
Tints of Persian Blue #301FC1
RGB
CMYK
RGB Variations
Color information
#301FC1 (or 0x301FC1) is known color: Persian Blue. HEX triplet: 30, 1F and C1. RGB value is (48,31,193). Sum of RGB (Red+Green+Blue) = 48+31+193=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #301FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC1 is #CFE03E. Grayscale: #353535. Windows color (decimal): -13623359 or 12656432. OLE color: 12656432.
HSL color Cylindrical-coordinate representation of color #301FC1: hue angle of 246.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301FC1 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 31 | 193 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.24 |
| HSL | 246.3º | 0.72% | 0.44% | - |
| HSV(B) | 246.3º | 0.84% | 0.76% | - |
| XYZ | 11.33 | 5.46 | 50.91 | - |
| YUV | 54.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 193 | 0.75 | 0.84 | 0 | 0.24 | 246.3 | 0.72 | 0.44 |
| Hex | 30 | 1F | C1 | 4B | 54 | 0 | 18 | F6 | 48 | 2C |
| Octal | 60 | 37 | 301 | 113 | 124 | 0 | 30 | 366 | 110 | 54 |
| Binary | 110000 | 11111 | 11000001 | 1001011 | 1010100 | 0 | 11000 | 11110110 | 1001000 | 101100 |
Color Harmonies of #301FC1
Complementary color
Monochromatic Colors of #301FC1
Black with #301FC1
Text Example
Text Example
White with #301FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FC1; }
p { color: rgb(48,31,193); }
H1.HeaderClassName
{
color: #301FC1;
}
.AnyTagClassName
{
color: #301FC1;
}
</style>
background-color css
<style>
a { background-color: #301FC1; }
a { background-color: rgb(48,31,193); }
div.DivClassName
{
background-color: #301FC1;
}
.BgClassName
{
background-color: #301FC1;
}
</style>
border-color css
<style>
span { border-color: #301FC1; }
span { border-color: rgb(48,31,193); }
td.TdClassName
{
border-color: #301FC1;
}
.TagClassName
{
border-color: #301FC1;
}
</style>