Shades of Persian Blue #302ADC
Tints of Persian Blue #302ADC
RGB
CMYK
RGB Variations
Color information
#302ADC (or 0x302ADC) is known color: Persian Blue. HEX triplet: 30, 2A and DC. RGB value is (48,42,220). Sum of RGB (Red+Green+Blue) = 48+42+220=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #302ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ADC is #CFD523. Grayscale: #3F3F3F. Windows color (decimal): -13620516 or 14428720. OLE color: 14428720.
HSL color Cylindrical-coordinate representation of color #302ADC: hue angle of 242.02º degrees, saturation: 0.72, 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 #302ADC is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 42 | 220 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.14 |
| HSL | 242.02º | 0.72% | 0.51% | - |
| HSV(B) | 242.02º | 0.81% | 0.86% | - |
| XYZ | 14.97 | 7.45 | 68.36 | - |
| YUV | 64.09 | 215.99 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 220 | 0.78 | 0.81 | 0 | 0.14 | 242.02 | 0.72 | 0.51 |
| Hex | 30 | 2A | DC | 4E | 51 | 0 | E | F2 | 48 | 33 |
| Octal | 60 | 52 | 334 | 116 | 121 | 0 | 16 | 362 | 110 | 63 |
| Binary | 110000 | 101010 | 11011100 | 1001110 | 1010001 | 0 | 1110 | 11110010 | 1001000 | 110011 |
Color Harmonies of #302ADC
Complementary color
Monochromatic Colors of #302ADC
Black with #302ADC
Text Example
Text Example
White with #302ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ADC; }
p { color: rgb(48,42,220); }
H1.HeaderClassName
{
color: #302ADC;
}
.AnyTagClassName
{
color: #302ADC;
}
</style>
background-color css
<style>
a { background-color: #302ADC; }
a { background-color: rgb(48,42,220); }
div.DivClassName
{
background-color: #302ADC;
}
.BgClassName
{
background-color: #302ADC;
}
</style>
border-color css
<style>
span { border-color: #302ADC; }
span { border-color: rgb(48,42,220); }
td.TdClassName
{
border-color: #302ADC;
}
.TagClassName
{
border-color: #302ADC;
}
</style>