Shades of Persian Blue #3017CF
Tints of Persian Blue #3017CF
RGB
CMYK
RGB Variations
Color information
#3017CF (or 0x3017CF) is known color: Persian Blue. HEX triplet: 30, 17 and CF. RGB value is (48,23,207). Sum of RGB (Red+Green+Blue) = 48+23+207=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #3017CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017CF is #CFE830. Grayscale: #323232. Windows color (decimal): -13625393 or 13571888. OLE color: 13571888.
HSL color Cylindrical-coordinate representation of color #3017CF: hue angle of 248.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3017CF is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 23 | 207 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.19 |
| HSL | 248.15º | 0.8% | 0.45% | - |
| HSV(B) | 248.15º | 0.89% | 0.81% | - |
| XYZ | 12.79 | 5.75 | 59.47 | - |
| YUV | 51.45 | 215.78 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 207 | 0.77 | 0.89 | 0 | 0.19 | 248.15 | 0.8 | 0.45 |
| Hex | 30 | 17 | CF | 4D | 59 | 0 | 13 | F8 | 50 | 2D |
| Octal | 60 | 27 | 317 | 115 | 131 | 0 | 23 | 370 | 120 | 55 |
| Binary | 110000 | 10111 | 11001111 | 1001101 | 1011001 | 0 | 10011 | 11111000 | 1010000 | 101101 |
Color Harmonies of #3017CF
Complementary color
Monochromatic Colors of #3017CF
Black with #3017CF
Text Example
Text Example
White with #3017CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3017CF; }
p { color: rgb(48,23,207); }
H1.HeaderClassName
{
color: #3017CF;
}
.AnyTagClassName
{
color: #3017CF;
}
</style>
background-color css
<style>
a { background-color: #3017CF; }
a { background-color: rgb(48,23,207); }
div.DivClassName
{
background-color: #3017CF;
}
.BgClassName
{
background-color: #3017CF;
}
</style>
border-color css
<style>
span { border-color: #3017CF; }
span { border-color: rgb(48,23,207); }
td.TdClassName
{
border-color: #3017CF;
}
.TagClassName
{
border-color: #3017CF;
}
</style>