Shades of Persian Blue #3A28D0
Tints of Persian Blue #3A28D0
RGB
CMYK
RGB Variations
Color information
#3A28D0 (or 0x3A28D0) is known color: Persian Blue. HEX triplet: 3A, 28 and D0. RGB value is (58,40,208). Sum of RGB (Red+Green+Blue) = 58+40+208=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #3A28D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28D0 is #C5D72F. Grayscale: #3F3F3F. Windows color (decimal): -12965680 or 13641786. OLE color: 13641786.
HSL color Cylindrical-coordinate representation of color #3A28D0: hue angle of 246.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A28D0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 40 | 208 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.18 |
| HSL | 246.43º | 0.68% | 0.49% | - |
| HSV(B) | 246.43º | 0.81% | 0.82% | - |
| XYZ | 13.89 | 6.97 | 60.29 | - |
| YUV | 64.53 | 208.96 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 208 | 0.72 | 0.81 | 0 | 0.18 | 246.43 | 0.68 | 0.49 |
| Hex | 3A | 28 | D0 | 48 | 51 | 0 | 12 | F6 | 44 | 31 |
| Octal | 72 | 50 | 320 | 110 | 121 | 0 | 22 | 366 | 104 | 61 |
| Binary | 111010 | 101000 | 11010000 | 1001000 | 1010001 | 0 | 10010 | 11110110 | 1000100 | 110001 |
Color Harmonies of #3A28D0
Complementary color
Monochromatic Colors of #3A28D0
Black with #3A28D0
Text Example
Text Example
White with #3A28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28D0; }
p { color: rgb(58,40,208); }
H1.HeaderClassName
{
color: #3A28D0;
}
.AnyTagClassName
{
color: #3A28D0;
}
</style>
background-color css
<style>
a { background-color: #3A28D0; }
a { background-color: rgb(58,40,208); }
div.DivClassName
{
background-color: #3A28D0;
}
.BgClassName
{
background-color: #3A28D0;
}
</style>
border-color css
<style>
span { border-color: #3A28D0; }
span { border-color: rgb(58,40,208); }
td.TdClassName
{
border-color: #3A28D0;
}
.TagClassName
{
border-color: #3A28D0;
}
</style>