Shades of Persian Blue #302DAD
Tints of Persian Blue #302DAD
RGB
CMYK
RGB Variations
Color information
#302DAD (or 0x302DAD) is known color: Persian Blue. HEX triplet: 30, 2D and AD. RGB value is (48,45,173). Sum of RGB (Red+Green+Blue) = 48+45+173=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #302DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302DAD is #CFD252. Grayscale: #3B3B3B. Windows color (decimal): -13619795 or 11349296. OLE color: 11349296.
HSL color Cylindrical-coordinate representation of color #302DAD: hue angle of 241.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302DAD is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 45 | 173 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.32 |
| HSL | 241.41º | 0.59% | 0.43% | - |
| HSV(B) | 241.41º | 0.74% | 0.68% | - |
| XYZ | 9.7 | 5.52 | 40.09 | - |
| YUV | 60.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 173 | 0.72 | 0.74 | 0 | 0.32 | 241.41 | 0.59 | 0.43 |
| Hex | 30 | 2D | AD | 48 | 4A | 0 | 20 | F1 | 3B | 2B |
| Octal | 60 | 55 | 255 | 110 | 112 | 0 | 40 | 361 | 73 | 53 |
| Binary | 110000 | 101101 | 10101101 | 1001000 | 1001010 | 0 | 100000 | 11110001 | 111011 | 101011 |
Color Harmonies of #302DAD
Complementary color
Monochromatic Colors of #302DAD
Black with #302DAD
Text Example
Text Example
White with #302DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DAD; }
p { color: rgb(48,45,173); }
H1.HeaderClassName
{
color: #302DAD;
}
.AnyTagClassName
{
color: #302DAD;
}
</style>
background-color css
<style>
a { background-color: #302DAD; }
a { background-color: rgb(48,45,173); }
div.DivClassName
{
background-color: #302DAD;
}
.BgClassName
{
background-color: #302DAD;
}
</style>
border-color css
<style>
span { border-color: #302DAD; }
span { border-color: rgb(48,45,173); }
td.TdClassName
{
border-color: #302DAD;
}
.TagClassName
{
border-color: #302DAD;
}
</style>