Shades of Persian Blue #302DA6
Tints of Persian Blue #302DA6
RGB
CMYK
RGB Variations
Color information
#302DA6 (or 0x302DA6) is known color: Persian Blue. HEX triplet: 30, 2D and A6. RGB value is (48,45,166). Sum of RGB (Red+Green+Blue) = 48+45+166=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #302DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302DA6 is #CFD259. Grayscale: #3B3B3B. Windows color (decimal): -13619802 or 10890544. OLE color: 10890544.
HSL color Cylindrical-coordinate representation of color #302DA6: hue angle of 241.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302DA6 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 45 | 166 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.35 |
| HSL | 241.49º | 0.57% | 0.41% | - |
| HSV(B) | 241.49º | 0.73% | 0.65% | - |
| XYZ | 9.04 | 5.26 | 36.61 | - |
| YUV | 59.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 166 | 0.71 | 0.73 | 0 | 0.35 | 241.49 | 0.57 | 0.41 |
| Hex | 30 | 2D | A6 | 47 | 49 | 0 | 23 | F1 | 39 | 29 |
| Octal | 60 | 55 | 246 | 107 | 111 | 0 | 43 | 361 | 71 | 51 |
| Binary | 110000 | 101101 | 10100110 | 1000111 | 1001001 | 0 | 100011 | 11110001 | 111001 | 101001 |
Color Harmonies of #302DA6
Complementary color
Monochromatic Colors of #302DA6
Black with #302DA6
Text Example
Text Example
White with #302DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DA6; }
p { color: rgb(48,45,166); }
H1.HeaderClassName
{
color: #302DA6;
}
.AnyTagClassName
{
color: #302DA6;
}
</style>
background-color css
<style>
a { background-color: #302DA6; }
a { background-color: rgb(48,45,166); }
div.DivClassName
{
background-color: #302DA6;
}
.BgClassName
{
background-color: #302DA6;
}
</style>
border-color css
<style>
span { border-color: #302DA6; }
span { border-color: rgb(48,45,166); }
td.TdClassName
{
border-color: #302DA6;
}
.TagClassName
{
border-color: #302DA6;
}
</style>