Shades of Persian Blue #301DBD
Tints of Persian Blue #301DBD
RGB
CMYK
RGB Variations
Color information
#301DBD (or 0x301DBD) is known color: Persian Blue. HEX triplet: 30, 1D and BD. RGB value is (48,29,189). Sum of RGB (Red+Green+Blue) = 48+29+189=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #301DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DBD is #CFE242. Grayscale: #343434. Windows color (decimal): -13623875 or 12393776. OLE color: 12393776.
HSL color Cylindrical-coordinate representation of color #301DBD: hue angle of 247.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301DBD is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 29 | 189 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.26 |
| HSL | 247.13º | 0.73% | 0.43% | - |
| HSV(B) | 247.13º | 0.85% | 0.74% | - |
| XYZ | 10.84 | 5.18 | 48.57 | - |
| YUV | 52.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 189 | 0.75 | 0.85 | 0 | 0.26 | 247.13 | 0.73 | 0.43 |
| Hex | 30 | 1D | BD | 4B | 55 | 0 | 1A | F7 | 49 | 2B |
| Octal | 60 | 35 | 275 | 113 | 125 | 0 | 32 | 367 | 111 | 53 |
| Binary | 110000 | 11101 | 10111101 | 1001011 | 1010101 | 0 | 11010 | 11110111 | 1001001 | 101011 |
Color Harmonies of #301DBD
Complementary color
Monochromatic Colors of #301DBD
Black with #301DBD
Text Example
Text Example
White with #301DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DBD; }
p { color: rgb(48,29,189); }
H1.HeaderClassName
{
color: #301DBD;
}
.AnyTagClassName
{
color: #301DBD;
}
</style>
background-color css
<style>
a { background-color: #301DBD; }
a { background-color: rgb(48,29,189); }
div.DivClassName
{
background-color: #301DBD;
}
.BgClassName
{
background-color: #301DBD;
}
</style>
border-color css
<style>
span { border-color: #301DBD; }
span { border-color: rgb(48,29,189); }
td.TdClassName
{
border-color: #301DBD;
}
.TagClassName
{
border-color: #301DBD;
}
</style>