Shades of Persian Blue #3A28D2
Tints of Persian Blue #3A28D2
RGB
CMYK
RGB Variations
Color information
#3A28D2 (or 0x3A28D2) is known color: Persian Blue. HEX triplet: 3A, 28 and D2. RGB value is (58,40,210). Sum of RGB (Red+Green+Blue) = 58+40+210=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A28D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28D2 is #C5D72D. Grayscale: #404040. Windows color (decimal): -12965678 or 13772858. OLE color: 13772858.
HSL color Cylindrical-coordinate representation of color #3A28D2: hue angle of 246.35º 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 #3A28D2 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 40 | 210 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.18 |
| HSL | 246.35º | 0.68% | 0.49% | - |
| HSV(B) | 246.35º | 0.81% | 0.82% | - |
| XYZ | 14.14 | 7.07 | 61.59 | - |
| YUV | 64.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 210 | 0.72 | 0.81 | 0 | 0.18 | 246.35 | 0.68 | 0.49 |
| Hex | 3A | 28 | D2 | 48 | 51 | 0 | 12 | F6 | 44 | 31 |
| Octal | 72 | 50 | 322 | 110 | 121 | 0 | 22 | 366 | 104 | 61 |
| Binary | 111010 | 101000 | 11010010 | 1001000 | 1010001 | 0 | 10010 | 11110110 | 1000100 | 110001 |
Color Harmonies of #3A28D2
Complementary color
Monochromatic Colors of #3A28D2
Black with #3A28D2
Text Example
Text Example
White with #3A28D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28D2; }
p { color: rgb(58,40,210); }
H1.HeaderClassName
{
color: #3A28D2;
}
.AnyTagClassName
{
color: #3A28D2;
}
</style>
background-color css
<style>
a { background-color: #3A28D2; }
a { background-color: rgb(58,40,210); }
div.DivClassName
{
background-color: #3A28D2;
}
.BgClassName
{
background-color: #3A28D2;
}
</style>
border-color css
<style>
span { border-color: #3A28D2; }
span { border-color: rgb(58,40,210); }
td.TdClassName
{
border-color: #3A28D2;
}
.TagClassName
{
border-color: #3A28D2;
}
</style>