Shades of Persian Blue #3023BA
Tints of Persian Blue #3023BA
RGB
CMYK
RGB Variations
Color information
#3023BA (or 0x3023BA) is known color: Persian Blue. HEX triplet: 30, 23 and BA. RGB value is (48,35,186). Sum of RGB (Red+Green+Blue) = 48+35+186=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3023BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023BA is #CFDC45. Grayscale: #373737. Windows color (decimal): -13622342 or 12198704. OLE color: 12198704.
HSL color Cylindrical-coordinate representation of color #3023BA: hue angle of 245.17º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3023BA is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 35 | 186 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.27 |
| HSL | 245.17º | 0.68% | 0.43% | - |
| HSV(B) | 245.17º | 0.81% | 0.73% | - |
| XYZ | 10.68 | 5.38 | 46.93 | - |
| YUV | 56.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 186 | 0.74 | 0.81 | 0 | 0.27 | 245.17 | 0.68 | 0.43 |
| Hex | 30 | 23 | BA | 4A | 51 | 0 | 1B | F5 | 44 | 2B |
| Octal | 60 | 43 | 272 | 112 | 121 | 0 | 33 | 365 | 104 | 53 |
| Binary | 110000 | 100011 | 10111010 | 1001010 | 1010001 | 0 | 11011 | 11110101 | 1000100 | 101011 |
Color Harmonies of #3023BA
Complementary color
Monochromatic Colors of #3023BA
Black with #3023BA
Text Example
Text Example
White with #3023BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023BA; }
p { color: rgb(48,35,186); }
H1.HeaderClassName
{
color: #3023BA;
}
.AnyTagClassName
{
color: #3023BA;
}
</style>
background-color css
<style>
a { background-color: #3023BA; }
a { background-color: rgb(48,35,186); }
div.DivClassName
{
background-color: #3023BA;
}
.BgClassName
{
background-color: #3023BA;
}
</style>
border-color css
<style>
span { border-color: #3023BA; }
span { border-color: rgb(48,35,186); }
td.TdClassName
{
border-color: #3023BA;
}
.TagClassName
{
border-color: #3023BA;
}
</style>