Shades of Persian Blue #3029DB
Tints of Persian Blue #3029DB
RGB
CMYK
RGB Variations
Color information
#3029DB (or 0x3029DB) is known color: Persian Blue. HEX triplet: 30, 29 and DB. RGB value is (48,41,219). Sum of RGB (Red+Green+Blue) = 48+41+219=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #3029DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029DB is #CFD624. Grayscale: #3E3E3E. Windows color (decimal): -13620773 or 14362928. OLE color: 14362928.
HSL color Cylindrical-coordinate representation of color #3029DB: hue angle of 242.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3029DB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 41 | 219 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.14 |
| HSL | 242.36º | 0.71% | 0.51% | - |
| HSV(B) | 242.36º | 0.81% | 0.86% | - |
| XYZ | 14.8 | 7.33 | 67.65 | - |
| YUV | 63.39 | 215.82 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 219 | 0.78 | 0.81 | 0 | 0.14 | 242.36 | 0.71 | 0.51 |
| Hex | 30 | 29 | DB | 4E | 51 | 0 | E | F2 | 47 | 33 |
| Octal | 60 | 51 | 333 | 116 | 121 | 0 | 16 | 362 | 107 | 63 |
| Binary | 110000 | 101001 | 11011011 | 1001110 | 1010001 | 0 | 1110 | 11110010 | 1000111 | 110011 |
Color Harmonies of #3029DB
Complementary color
Monochromatic Colors of #3029DB
Black with #3029DB
Text Example
Text Example
White with #3029DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3029DB; }
p { color: rgb(48,41,219); }
H1.HeaderClassName
{
color: #3029DB;
}
.AnyTagClassName
{
color: #3029DB;
}
</style>
background-color css
<style>
a { background-color: #3029DB; }
a { background-color: rgb(48,41,219); }
div.DivClassName
{
background-color: #3029DB;
}
.BgClassName
{
background-color: #3029DB;
}
</style>
border-color css
<style>
span { border-color: #3029DB; }
span { border-color: rgb(48,41,219); }
td.TdClassName
{
border-color: #3029DB;
}
.TagClassName
{
border-color: #3029DB;
}
</style>