Shades of Persian Blue #302DDD
Tints of Persian Blue #302DDD
RGB
CMYK
RGB Variations
Color information
#302DDD (or 0x302DDD) is known color: Persian Blue. HEX triplet: 30, 2D and DD. RGB value is (48,45,221). Sum of RGB (Red+Green+Blue) = 48+45+221=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #302DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DDD is #CFD222. Grayscale: #414141. Windows color (decimal): -13619747 or 14495024. OLE color: 14495024.
HSL color Cylindrical-coordinate representation of color #302DDD: hue angle of 241.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302DDD is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 45 | 221 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.13 |
| HSL | 241.02º | 0.72% | 0.52% | - |
| HSV(B) | 241.02º | 0.8% | 0.87% | - |
| XYZ | 15.21 | 7.73 | 69.1 | - |
| YUV | 65.96 | 215.49 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 221 | 0.78 | 0.80 | 0 | 0.13 | 241.02 | 0.72 | 0.52 |
| Hex | 30 | 2D | DD | 4E | 50 | 0 | D | F1 | 48 | 34 |
| Octal | 60 | 55 | 335 | 116 | 120 | 0 | 15 | 361 | 110 | 64 |
| Binary | 110000 | 101101 | 11011101 | 1001110 | 1010000 | 0 | 1101 | 11110001 | 1001000 | 110100 |
Color Harmonies of #302DDD
Complementary color
Monochromatic Colors of #302DDD
Black with #302DDD
Text Example
Text Example
White with #302DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DDD; }
p { color: rgb(48,45,221); }
H1.HeaderClassName
{
color: #302DDD;
}
.AnyTagClassName
{
color: #302DDD;
}
</style>
background-color css
<style>
a { background-color: #302DDD; }
a { background-color: rgb(48,45,221); }
div.DivClassName
{
background-color: #302DDD;
}
.BgClassName
{
background-color: #302DDD;
}
</style>
border-color css
<style>
span { border-color: #302DDD; }
span { border-color: rgb(48,45,221); }
td.TdClassName
{
border-color: #302DDD;
}
.TagClassName
{
border-color: #302DDD;
}
</style>