Shades of Persian Blue #301DD3
Tints of Persian Blue #301DD3
RGB
CMYK
RGB Variations
Color information
#301DD3 (or 0x301DD3) is known color: Persian Blue. HEX triplet: 30, 1D and D3. RGB value is (48,29,211). Sum of RGB (Red+Green+Blue) = 48+29+211=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 211 (82.81% from 255 or 73.26% from 288); Max value from RGB is 211 - color contains mainly: blue. Hex color #301DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DD3 is #CFE22C. Grayscale: #363636. Windows color (decimal): -13623853 or 13835568. OLE color: 13835568.
HSL color Cylindrical-coordinate representation of color #301DD3: hue angle of 246.26º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301DD3 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 29 | 211 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.17 |
| HSL | 246.26º | 0.76% | 0.47% | - |
| HSV(B) | 246.26º | 0.86% | 0.83% | - |
| XYZ | 13.42 | 6.21 | 62.12 | - |
| YUV | 55.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 211 | 0.77 | 0.86 | 0 | 0.17 | 246.26 | 0.76 | 0.47 |
| Hex | 30 | 1D | D3 | 4D | 56 | 0 | 11 | F6 | 4C | 2F |
| Octal | 60 | 35 | 323 | 115 | 126 | 0 | 21 | 366 | 114 | 57 |
| Binary | 110000 | 11101 | 11010011 | 1001101 | 1010110 | 0 | 10001 | 11110110 | 1001100 | 101111 |
Color Harmonies of #301DD3
Complementary color
Monochromatic Colors of #301DD3
Black with #301DD3
Text Example
Text Example
White with #301DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DD3; }
p { color: rgb(48,29,211); }
H1.HeaderClassName
{
color: #301DD3;
}
.AnyTagClassName
{
color: #301DD3;
}
</style>
background-color css
<style>
a { background-color: #301DD3; }
a { background-color: rgb(48,29,211); }
div.DivClassName
{
background-color: #301DD3;
}
.BgClassName
{
background-color: #301DD3;
}
</style>
border-color css
<style>
span { border-color: #301DD3; }
span { border-color: rgb(48,29,211); }
td.TdClassName
{
border-color: #301DD3;
}
.TagClassName
{
border-color: #301DD3;
}
</style>