Shades of Persian Blue #301CBF
Tints of Persian Blue #301CBF
RGB
CMYK
RGB Variations
Color information
#301CBF (or 0x301CBF) is known color: Persian Blue. HEX triplet: 30, 1C and BF. RGB value is (48,28,191). Sum of RGB (Red+Green+Blue) = 48+28+191=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #301CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CBF is #CFE340. Grayscale: #333333. Windows color (decimal): -13624129 or 12524592. OLE color: 12524592.
HSL color Cylindrical-coordinate representation of color #301CBF: hue angle of 247.36º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301CBF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 28 | 191 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.25 |
| HSL | 247.36º | 0.74% | 0.43% | - |
| HSV(B) | 247.36º | 0.85% | 0.75% | - |
| XYZ | 11.04 | 5.22 | 49.72 | - |
| YUV | 52.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 191 | 0.75 | 0.85 | 0 | 0.25 | 247.36 | 0.74 | 0.43 |
| Hex | 30 | 1C | BF | 4B | 55 | 0 | 19 | F7 | 4A | 2B |
| Octal | 60 | 34 | 277 | 113 | 125 | 0 | 31 | 367 | 112 | 53 |
| Binary | 110000 | 11100 | 10111111 | 1001011 | 1010101 | 0 | 11001 | 11110111 | 1001010 | 101011 |
Color Harmonies of #301CBF
Complementary color
Monochromatic Colors of #301CBF
Black with #301CBF
Text Example
Text Example
White with #301CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CBF; }
p { color: rgb(48,28,191); }
H1.HeaderClassName
{
color: #301CBF;
}
.AnyTagClassName
{
color: #301CBF;
}
</style>
background-color css
<style>
a { background-color: #301CBF; }
a { background-color: rgb(48,28,191); }
div.DivClassName
{
background-color: #301CBF;
}
.BgClassName
{
background-color: #301CBF;
}
</style>
border-color css
<style>
span { border-color: #301CBF; }
span { border-color: rgb(48,28,191); }
td.TdClassName
{
border-color: #301CBF;
}
.TagClassName
{
border-color: #301CBF;
}
</style>