Shades of Persian Blue #3021CF
Tints of Persian Blue #3021CF
RGB
CMYK
RGB Variations
Color information
#3021CF (or 0x3021CF) is known color: Persian Blue. HEX triplet: 30, 21 and CF. RGB value is (48,33,207). Sum of RGB (Red+Green+Blue) = 48+33+207=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #3021CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021CF is #CFDE30. Grayscale: #383838. Windows color (decimal): -13622833 or 13574448. OLE color: 13574448.
HSL color Cylindrical-coordinate representation of color #3021CF: hue angle of 245.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3021CF is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 33 | 207 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.19 |
| HSL | 245.17º | 0.73% | 0.47% | - |
| HSV(B) | 245.17º | 0.84% | 0.81% | - |
| XYZ | 13.03 | 6.22 | 59.55 | - |
| YUV | 57.32 | 212.47 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 207 | 0.77 | 0.84 | 0 | 0.19 | 245.17 | 0.73 | 0.47 |
| Hex | 30 | 21 | CF | 4D | 54 | 0 | 13 | F5 | 48 | 2F |
| Octal | 60 | 41 | 317 | 115 | 124 | 0 | 23 | 365 | 110 | 57 |
| Binary | 110000 | 100001 | 11001111 | 1001101 | 1010100 | 0 | 10011 | 11110101 | 1001000 | 101111 |
Color Harmonies of #3021CF
Complementary color
Monochromatic Colors of #3021CF
Black with #3021CF
Text Example
Text Example
White with #3021CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3021CF; }
p { color: rgb(48,33,207); }
H1.HeaderClassName
{
color: #3021CF;
}
.AnyTagClassName
{
color: #3021CF;
}
</style>
background-color css
<style>
a { background-color: #3021CF; }
a { background-color: rgb(48,33,207); }
div.DivClassName
{
background-color: #3021CF;
}
.BgClassName
{
background-color: #3021CF;
}
</style>
border-color css
<style>
span { border-color: #3021CF; }
span { border-color: rgb(48,33,207); }
td.TdClassName
{
border-color: #3021CF;
}
.TagClassName
{
border-color: #3021CF;
}
</style>