Shades of Persian Blue #3016C2
Tints of Persian Blue #3016C2
RGB
CMYK
RGB Variations
Color information
#3016C2 (or 0x3016C2) is known color: Persian Blue. HEX triplet: 30, 16 and C2. RGB value is (48,22,194). Sum of RGB (Red+Green+Blue) = 48+22+194=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #3016C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3016C2 is #CFE93D. Grayscale: #303030. Windows color (decimal): -13625662 or 12719664. OLE color: 12719664.
HSL color Cylindrical-coordinate representation of color #3016C2: hue angle of 249.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3016C2 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 22 | 194 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.24 |
| HSL | 249.07º | 0.8% | 0.42% | - |
| HSV(B) | 249.07º | 0.89% | 0.76% | - |
| XYZ | 11.24 | 5.1 | 51.43 | - |
| YUV | 49.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 194 | 0.75 | 0.89 | 0 | 0.24 | 249.07 | 0.8 | 0.42 |
| Hex | 30 | 16 | C2 | 4B | 59 | 0 | 18 | F9 | 50 | 2A |
| Octal | 60 | 26 | 302 | 113 | 131 | 0 | 30 | 371 | 120 | 52 |
| Binary | 110000 | 10110 | 11000010 | 1001011 | 1011001 | 0 | 11000 | 11111001 | 1010000 | 101010 |
Color Harmonies of #3016C2
Complementary color
Monochromatic Colors of #3016C2
Black with #3016C2
Text Example
Text Example
White with #3016C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3016C2; }
p { color: rgb(48,22,194); }
H1.HeaderClassName
{
color: #3016C2;
}
.AnyTagClassName
{
color: #3016C2;
}
</style>
background-color css
<style>
a { background-color: #3016C2; }
a { background-color: rgb(48,22,194); }
div.DivClassName
{
background-color: #3016C2;
}
.BgClassName
{
background-color: #3016C2;
}
</style>
border-color css
<style>
span { border-color: #3016C2; }
span { border-color: rgb(48,22,194); }
td.TdClassName
{
border-color: #3016C2;
}
.TagClassName
{
border-color: #3016C2;
}
</style>