Shades of Persian Blue #3A30CF
Tints of Persian Blue #3A30CF
RGB
CMYK
RGB Variations
Color information
#3A30CF (or 0x3A30CF) is known color: Persian Blue. HEX triplet: 3A, 30 and CF. RGB value is (58,48,207). Sum of RGB (Red+Green+Blue) = 58+48+207=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A30CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30CF is #C5CF30. Grayscale: #444444. Windows color (decimal): -12963633 or 13578298. OLE color: 13578298.
HSL color Cylindrical-coordinate representation of color #3A30CF: hue angle of 243.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A30CF is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 48 | 207 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.19 |
| HSL | 243.77º | 0.62% | 0.5% | - |
| HSV(B) | 243.77º | 0.77% | 0.81% | - |
| XYZ | 14.06 | 7.52 | 59.74 | - |
| YUV | 69.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 207 | 0.72 | 0.77 | 0 | 0.19 | 243.77 | 0.62 | 0.5 |
| Hex | 3A | 30 | CF | 48 | 4D | 0 | 13 | F4 | 3E | 32 |
| Octal | 72 | 60 | 317 | 110 | 115 | 0 | 23 | 364 | 76 | 62 |
| Binary | 111010 | 110000 | 11001111 | 1001000 | 1001101 | 0 | 10011 | 11110100 | 111110 | 110010 |
Color Harmonies of #3A30CF
Complementary color
Monochromatic Colors of #3A30CF
Black with #3A30CF
Text Example
Text Example
White with #3A30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30CF; }
p { color: rgb(58,48,207); }
H1.HeaderClassName
{
color: #3A30CF;
}
.AnyTagClassName
{
color: #3A30CF;
}
</style>
background-color css
<style>
a { background-color: #3A30CF; }
a { background-color: rgb(58,48,207); }
div.DivClassName
{
background-color: #3A30CF;
}
.BgClassName
{
background-color: #3A30CF;
}
</style>
border-color css
<style>
span { border-color: #3A30CF; }
span { border-color: rgb(58,48,207); }
td.TdClassName
{
border-color: #3A30CF;
}
.TagClassName
{
border-color: #3A30CF;
}
</style>