Shades of Persian Blue #3A30CC
Tints of Persian Blue #3A30CC
RGB
CMYK
RGB Variations
Color information
#3A30CC (or 0x3A30CC) is known color: Persian Blue. HEX triplet: 3A, 30 and CC. RGB value is (58,48,204). Sum of RGB (Red+Green+Blue) = 58+48+204=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30CC is #C5CF33. Grayscale: #444444. Windows color (decimal): -12963636 or 13381690. OLE color: 13381690.
HSL color Cylindrical-coordinate representation of color #3A30CC: hue angle of 243.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A30CC is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 48 | 204 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.2 |
| HSL | 243.85º | 0.62% | 0.49% | - |
| HSV(B) | 243.85º | 0.76% | 0.8% | - |
| XYZ | 13.7 | 7.37 | 57.83 | - |
| YUV | 68.77 | 204.31 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 204 | 0.72 | 0.76 | 0 | 0.2 | 243.85 | 0.62 | 0.49 |
| Hex | 3A | 30 | CC | 48 | 4C | 0 | 14 | F4 | 3E | 31 |
| Octal | 72 | 60 | 314 | 110 | 114 | 0 | 24 | 364 | 76 | 61 |
| Binary | 111010 | 110000 | 11001100 | 1001000 | 1001100 | 0 | 10100 | 11110100 | 111110 | 110001 |
Color Harmonies of #3A30CC
Complementary color
Monochromatic Colors of #3A30CC
Black with #3A30CC
Text Example
Text Example
White with #3A30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A30CC; }
p { color: rgb(58,48,204); }
H1.HeaderClassName
{
color: #3A30CC;
}
.AnyTagClassName
{
color: #3A30CC;
}
</style>
background-color css
<style>
a { background-color: #3A30CC; }
a { background-color: rgb(58,48,204); }
div.DivClassName
{
background-color: #3A30CC;
}
.BgClassName
{
background-color: #3A30CC;
}
</style>
border-color css
<style>
span { border-color: #3A30CC; }
span { border-color: rgb(58,48,204); }
td.TdClassName
{
border-color: #3A30CC;
}
.TagClassName
{
border-color: #3A30CC;
}
</style>