Shades of Persian Blue #302DDF
Tints of Persian Blue #302DDF
RGB
CMYK
RGB Variations
Color information
#302DDF (or 0x302DDF) is known color: Persian Blue. HEX triplet: 30, 2D and DF. RGB value is (48,45,223). Sum of RGB (Red+Green+Blue) = 48+45+223=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #302DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DDF is #CFD220. Grayscale: #414141. Windows color (decimal): -13619745 or 14626096. OLE color: 14626096.
HSL color Cylindrical-coordinate representation of color #302DDF: hue angle of 241.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302DDF is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 45 | 223 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.13 |
| HSL | 241.01º | 0.74% | 0.53% | - |
| HSV(B) | 241.01º | 0.8% | 0.87% | - |
| XYZ | 15.48 | 7.83 | 70.51 | - |
| YUV | 66.19 | 216.49 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 223 | 0.78 | 0.80 | 0 | 0.13 | 241.01 | 0.74 | 0.53 |
| Hex | 30 | 2D | DF | 4E | 50 | 0 | D | F1 | 4A | 35 |
| Octal | 60 | 55 | 337 | 116 | 120 | 0 | 15 | 361 | 112 | 65 |
| Binary | 110000 | 101101 | 11011111 | 1001110 | 1010000 | 0 | 1101 | 11110001 | 1001010 | 110101 |
Color Harmonies of #302DDF
Complementary color
Monochromatic Colors of #302DDF
Black with #302DDF
Text Example
Text Example
White with #302DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DDF; }
p { color: rgb(48,45,223); }
H1.HeaderClassName
{
color: #302DDF;
}
.AnyTagClassName
{
color: #302DDF;
}
</style>
background-color css
<style>
a { background-color: #302DDF; }
a { background-color: rgb(48,45,223); }
div.DivClassName
{
background-color: #302DDF;
}
.BgClassName
{
background-color: #302DDF;
}
</style>
border-color css
<style>
span { border-color: #302DDF; }
span { border-color: rgb(48,45,223); }
td.TdClassName
{
border-color: #302DDF;
}
.TagClassName
{
border-color: #302DDF;
}
</style>