Shades of Persian Blue #3021AF
Tints of Persian Blue #3021AF
RGB
CMYK
RGB Variations
Color information
#3021AF (or 0x3021AF) is known color: Persian Blue. HEX triplet: 30, 21 and AF. RGB value is (48,33,175). Sum of RGB (Red+Green+Blue) = 48+33+175=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #3021AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AF is #CFDE50. Grayscale: #353535. Windows color (decimal): -13622865 or 11477296. OLE color: 11477296.
HSL color Cylindrical-coordinate representation of color #3021AF: hue angle of 246.34º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3021AF is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 33 | 175 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.31 |
| HSL | 246.34º | 0.68% | 0.41% | - |
| HSV(B) | 246.34º | 0.81% | 0.69% | - |
| XYZ | 9.5 | 4.81 | 40.99 | - |
| YUV | 53.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 175 | 0.73 | 0.81 | 0 | 0.31 | 246.34 | 0.68 | 0.41 |
| Hex | 30 | 21 | AF | 49 | 51 | 0 | 1F | F6 | 44 | 29 |
| Octal | 60 | 41 | 257 | 111 | 121 | 0 | 37 | 366 | 104 | 51 |
| Binary | 110000 | 100001 | 10101111 | 1001001 | 1010001 | 0 | 11111 | 11110110 | 1000100 | 101001 |
Color Harmonies of #3021AF
Complementary color
Monochromatic Colors of #3021AF
Black with #3021AF
Text Example
Text Example
White with #3021AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3021AF; }
p { color: rgb(48,33,175); }
H1.HeaderClassName
{
color: #3021AF;
}
.AnyTagClassName
{
color: #3021AF;
}
</style>
background-color css
<style>
a { background-color: #3021AF; }
a { background-color: rgb(48,33,175); }
div.DivClassName
{
background-color: #3021AF;
}
.BgClassName
{
background-color: #3021AF;
}
</style>
border-color css
<style>
span { border-color: #3021AF; }
span { border-color: rgb(48,33,175); }
td.TdClassName
{
border-color: #3021AF;
}
.TagClassName
{
border-color: #3021AF;
}
</style>