Shades of Persian Blue #301BB7
Tints of Persian Blue #301BB7
RGB
CMYK
RGB Variations
Color information
#301BB7 (or 0x301BB7) is known color: Persian Blue. HEX triplet: 30, 1B and B7. RGB value is (48,27,183). Sum of RGB (Red+Green+Blue) = 48+27+183=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #301BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BB7 is #CFE448. Grayscale: #323232. Windows color (decimal): -13624393 or 12000048. OLE color: 12000048.
HSL color Cylindrical-coordinate representation of color #301BB7: hue angle of 248.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301BB7 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 27 | 183 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.28 |
| HSL | 248.08º | 0.74% | 0.41% | - |
| HSV(B) | 248.08º | 0.85% | 0.72% | - |
| XYZ | 10.16 | 4.83 | 45.2 | - |
| YUV | 51.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 183 | 0.74 | 0.85 | 0 | 0.28 | 248.08 | 0.74 | 0.41 |
| Hex | 30 | 1B | B7 | 4A | 55 | 0 | 1C | F8 | 4A | 29 |
| Octal | 60 | 33 | 267 | 112 | 125 | 0 | 34 | 370 | 112 | 51 |
| Binary | 110000 | 11011 | 10110111 | 1001010 | 1010101 | 0 | 11100 | 11111000 | 1001010 | 101001 |
Color Harmonies of #301BB7
Complementary color
Monochromatic Colors of #301BB7
Black with #301BB7
Text Example
Text Example
White with #301BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BB7; }
p { color: rgb(48,27,183); }
H1.HeaderClassName
{
color: #301BB7;
}
.AnyTagClassName
{
color: #301BB7;
}
</style>
background-color css
<style>
a { background-color: #301BB7; }
a { background-color: rgb(48,27,183); }
div.DivClassName
{
background-color: #301BB7;
}
.BgClassName
{
background-color: #301BB7;
}
</style>
border-color css
<style>
span { border-color: #301BB7; }
span { border-color: rgb(48,27,183); }
td.TdClassName
{
border-color: #301BB7;
}
.TagClassName
{
border-color: #301BB7;
}
</style>