Shades of Persian Blue #301CC5
Tints of Persian Blue #301CC5
RGB
CMYK
RGB Variations
Color information
#301CC5 (or 0x301CC5) is known color: Persian Blue. HEX triplet: 30, 1C and C5. RGB value is (48,28,197). Sum of RGB (Red+Green+Blue) = 48+28+197=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #301CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CC5 is #CFE33A. Grayscale: #343434. Windows color (decimal): -13624123 or 12917808. OLE color: 12917808.
HSL color Cylindrical-coordinate representation of color #301CC5: hue angle of 247.1º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301CC5 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 28 | 197 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.23 |
| HSL | 247.1º | 0.75% | 0.44% | - |
| HSV(B) | 247.1º | 0.86% | 0.77% | - |
| XYZ | 11.71 | 5.49 | 53.27 | - |
| YUV | 53.25 | 209.13 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 197 | 0.76 | 0.86 | 0 | 0.23 | 247.1 | 0.75 | 0.44 |
| Hex | 30 | 1C | C5 | 4C | 56 | 0 | 17 | F7 | 4B | 2C |
| Octal | 60 | 34 | 305 | 114 | 126 | 0 | 27 | 367 | 113 | 54 |
| Binary | 110000 | 11100 | 11000101 | 1001100 | 1010110 | 0 | 10111 | 11110111 | 1001011 | 101100 |
Color Harmonies of #301CC5
Complementary color
Monochromatic Colors of #301CC5
Black with #301CC5
Text Example
Text Example
White with #301CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CC5; }
p { color: rgb(48,28,197); }
H1.HeaderClassName
{
color: #301CC5;
}
.AnyTagClassName
{
color: #301CC5;
}
</style>
background-color css
<style>
a { background-color: #301CC5; }
a { background-color: rgb(48,28,197); }
div.DivClassName
{
background-color: #301CC5;
}
.BgClassName
{
background-color: #301CC5;
}
</style>
border-color css
<style>
span { border-color: #301CC5; }
span { border-color: rgb(48,28,197); }
td.TdClassName
{
border-color: #301CC5;
}
.TagClassName
{
border-color: #301CC5;
}
</style>