Shades of Persian Blue #302DDB
Tints of Persian Blue #302DDB
RGB
CMYK
RGB Variations
Color information
#302DDB (or 0x302DDB) is known color: Persian Blue. HEX triplet: 30, 2D and DB. RGB value is (48,45,219). Sum of RGB (Red+Green+Blue) = 48+45+219=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #302DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DDB is #CFD224. Grayscale: #414141. Windows color (decimal): -13619749 or 14363952. OLE color: 14363952.
HSL color Cylindrical-coordinate representation of color #302DDB: hue angle of 241.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302DDB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 45 | 219 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.14 |
| HSL | 241.03º | 0.71% | 0.52% | - |
| HSV(B) | 241.03º | 0.79% | 0.86% | - |
| XYZ | 14.94 | 7.62 | 67.7 | - |
| YUV | 65.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 219 | 0.78 | 0.79 | 0 | 0.14 | 241.03 | 0.71 | 0.52 |
| Hex | 30 | 2D | DB | 4E | 4F | 0 | E | F1 | 47 | 34 |
| Octal | 60 | 55 | 333 | 116 | 117 | 0 | 16 | 361 | 107 | 64 |
| Binary | 110000 | 101101 | 11011011 | 1001110 | 1001111 | 0 | 1110 | 11110001 | 1000111 | 110100 |
Color Harmonies of #302DDB
Complementary color
Monochromatic Colors of #302DDB
Black with #302DDB
Text Example
Text Example
White with #302DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DDB; }
p { color: rgb(48,45,219); }
H1.HeaderClassName
{
color: #302DDB;
}
.AnyTagClassName
{
color: #302DDB;
}
</style>
background-color css
<style>
a { background-color: #302DDB; }
a { background-color: rgb(48,45,219); }
div.DivClassName
{
background-color: #302DDB;
}
.BgClassName
{
background-color: #302DDB;
}
</style>
border-color css
<style>
span { border-color: #302DDB; }
span { border-color: rgb(48,45,219); }
td.TdClassName
{
border-color: #302DDB;
}
.TagClassName
{
border-color: #302DDB;
}
</style>