Shades of Persian Blue #3A28CF
Tints of Persian Blue #3A28CF
RGB
CMYK
RGB Variations
Color information
#3A28CF (or 0x3A28CF) is known color: Persian Blue. HEX triplet: 3A, 28 and CF. RGB value is (58,40,207). Sum of RGB (Red+Green+Blue) = 58+40+207=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A28CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28CF is #C5D730. Grayscale: #3F3F3F. Windows color (decimal): -12965681 or 13576250. OLE color: 13576250.
HSL color Cylindrical-coordinate representation of color #3A28CF: hue angle of 246.47º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A28CF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 40 | 207 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.19 |
| HSL | 246.47º | 0.68% | 0.48% | - |
| HSV(B) | 246.47º | 0.81% | 0.81% | - |
| XYZ | 13.77 | 6.92 | 59.64 | - |
| YUV | 64.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 207 | 0.72 | 0.81 | 0 | 0.19 | 246.47 | 0.68 | 0.48 |
| Hex | 3A | 28 | CF | 48 | 51 | 0 | 13 | F6 | 44 | 30 |
| Octal | 72 | 50 | 317 | 110 | 121 | 0 | 23 | 366 | 104 | 60 |
| Binary | 111010 | 101000 | 11001111 | 1001000 | 1010001 | 0 | 10011 | 11110110 | 1000100 | 110000 |
Color Harmonies of #3A28CF
Complementary color
Monochromatic Colors of #3A28CF
Black with #3A28CF
Text Example
Text Example
White with #3A28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28CF; }
p { color: rgb(58,40,207); }
H1.HeaderClassName
{
color: #3A28CF;
}
.AnyTagClassName
{
color: #3A28CF;
}
</style>
background-color css
<style>
a { background-color: #3A28CF; }
a { background-color: rgb(58,40,207); }
div.DivClassName
{
background-color: #3A28CF;
}
.BgClassName
{
background-color: #3A28CF;
}
</style>
border-color css
<style>
span { border-color: #3A28CF; }
span { border-color: rgb(58,40,207); }
td.TdClassName
{
border-color: #3A28CF;
}
.TagClassName
{
border-color: #3A28CF;
}
</style>