Shades of Persian Blue #302ADD
Tints of Persian Blue #302ADD
RGB
CMYK
RGB Variations
Color information
#302ADD (or 0x302ADD) is known color: Persian Blue. HEX triplet: 30, 2A and DD. RGB value is (48,42,221). Sum of RGB (Red+Green+Blue) = 48+42+221=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #302ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ADD is #CFD522. Grayscale: #3F3F3F. Windows color (decimal): -13620515 or 14494256. OLE color: 14494256.
HSL color Cylindrical-coordinate representation of color #302ADD: hue angle of 242.01º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302ADD is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 42 | 221 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.13 |
| HSL | 242.01º | 0.72% | 0.52% | - |
| HSV(B) | 242.01º | 0.81% | 0.87% | - |
| XYZ | 15.1 | 7.5 | 69.06 | - |
| YUV | 64.2 | 216.49 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 221 | 0.78 | 0.81 | 0 | 0.13 | 242.01 | 0.72 | 0.52 |
| Hex | 30 | 2A | DD | 4E | 51 | 0 | D | F2 | 48 | 34 |
| Octal | 60 | 52 | 335 | 116 | 121 | 0 | 15 | 362 | 110 | 64 |
| Binary | 110000 | 101010 | 11011101 | 1001110 | 1010001 | 0 | 1101 | 11110010 | 1001000 | 110100 |
Color Harmonies of #302ADD
Complementary color
Monochromatic Colors of #302ADD
Black with #302ADD
Text Example
Text Example
White with #302ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ADD; }
p { color: rgb(48,42,221); }
H1.HeaderClassName
{
color: #302ADD;
}
.AnyTagClassName
{
color: #302ADD;
}
</style>
background-color css
<style>
a { background-color: #302ADD; }
a { background-color: rgb(48,42,221); }
div.DivClassName
{
background-color: #302ADD;
}
.BgClassName
{
background-color: #302ADD;
}
</style>
border-color css
<style>
span { border-color: #302ADD; }
span { border-color: rgb(48,42,221); }
td.TdClassName
{
border-color: #302ADD;
}
.TagClassName
{
border-color: #302ADD;
}
</style>