Shades of Persian Blue #3017D2
Tints of Persian Blue #3017D2
RGB
CMYK
RGB Variations
Color information
#3017D2 (or 0x3017D2) is known color: Persian Blue. HEX triplet: 30, 17 and D2. RGB value is (48,23,210). Sum of RGB (Red+Green+Blue) = 48+23+210=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 210 (82.42% from 255 or 74.73% from 281); Max value from RGB is 210 - color contains mainly: blue. Hex color #3017D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017D2 is #CFE82D. Grayscale: #333333. Windows color (decimal): -13625390 or 13768496. OLE color: 13768496.
HSL color Cylindrical-coordinate representation of color #3017D2: hue angle of 248.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3017D2 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 23 | 210 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.18 |
| HSL | 248.02º | 0.8% | 0.46% | - |
| HSV(B) | 248.02º | 0.89% | 0.82% | - |
| XYZ | 13.16 | 5.89 | 61.42 | - |
| YUV | 51.79 | 217.28 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 210 | 0.77 | 0.89 | 0 | 0.18 | 248.02 | 0.8 | 0.46 |
| Hex | 30 | 17 | D2 | 4D | 59 | 0 | 12 | F8 | 50 | 2E |
| Octal | 60 | 27 | 322 | 115 | 131 | 0 | 22 | 370 | 120 | 56 |
| Binary | 110000 | 10111 | 11010010 | 1001101 | 1011001 | 0 | 10010 | 11111000 | 1010000 | 101110 |
Color Harmonies of #3017D2
Complementary color
Monochromatic Colors of #3017D2
Black with #3017D2
Text Example
Text Example
White with #3017D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3017D2; }
p { color: rgb(48,23,210); }
H1.HeaderClassName
{
color: #3017D2;
}
.AnyTagClassName
{
color: #3017D2;
}
</style>
background-color css
<style>
a { background-color: #3017D2; }
a { background-color: rgb(48,23,210); }
div.DivClassName
{
background-color: #3017D2;
}
.BgClassName
{
background-color: #3017D2;
}
</style>
border-color css
<style>
span { border-color: #3017D2; }
span { border-color: rgb(48,23,210); }
td.TdClassName
{
border-color: #3017D2;
}
.TagClassName
{
border-color: #3017D2;
}
</style>