Shades of Persian Blue #3021B9
Tints of Persian Blue #3021B9
RGB
CMYK
RGB Variations
Color information
#3021B9 (or 0x3021B9) is known color: Persian Blue. HEX triplet: 30, 21 and B9. RGB value is (48,33,185). Sum of RGB (Red+Green+Blue) = 48+33+185=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 185 (72.66% from 255 or 69.55% from 266); Max value from RGB is 185 - color contains mainly: blue. Hex color #3021B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021B9 is #CFDE46. Grayscale: #363636. Windows color (decimal): -13622855 or 12132656. OLE color: 12132656.
HSL color Cylindrical-coordinate representation of color #3021B9: hue angle of 245.92º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3021B9 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 33 | 185 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.27 |
| HSL | 245.92º | 0.7% | 0.43% | - |
| HSV(B) | 245.92º | 0.82% | 0.73% | - |
| XYZ | 10.52 | 5.22 | 46.35 | - |
| YUV | 54.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 185 | 0.74 | 0.82 | 0 | 0.27 | 245.92 | 0.7 | 0.43 |
| Hex | 30 | 21 | B9 | 4A | 52 | 0 | 1B | F6 | 46 | 2B |
| Octal | 60 | 41 | 271 | 112 | 122 | 0 | 33 | 366 | 106 | 53 |
| Binary | 110000 | 100001 | 10111001 | 1001010 | 1010010 | 0 | 11011 | 11110110 | 1000110 | 101011 |
Color Harmonies of #3021B9
Complementary color
Monochromatic Colors of #3021B9
Black with #3021B9
Text Example
Text Example
White with #3021B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3021B9; }
p { color: rgb(48,33,185); }
H1.HeaderClassName
{
color: #3021B9;
}
.AnyTagClassName
{
color: #3021B9;
}
</style>
background-color css
<style>
a { background-color: #3021B9; }
a { background-color: rgb(48,33,185); }
div.DivClassName
{
background-color: #3021B9;
}
.BgClassName
{
background-color: #3021B9;
}
</style>
border-color css
<style>
span { border-color: #3021B9; }
span { border-color: rgb(48,33,185); }
td.TdClassName
{
border-color: #3021B9;
}
.TagClassName
{
border-color: #3021B9;
}
</style>