Shades of Persian Blue #3A39B4
Tints of Persian Blue #3A39B4
RGB
CMYK
RGB Variations
Color information
#3A39B4 (or 0x3A39B4) is known color: Persian Blue. HEX triplet: 3A, 39 and B4. RGB value is (58,57,180). Sum of RGB (Red+Green+Blue) = 58+57+180=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A39B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A39B4 is #C5C64B. Grayscale: #464646. Windows color (decimal): -12961356 or 11811130. OLE color: 11811130.
HSL color Cylindrical-coordinate representation of color #3A39B4: hue angle of 240.49º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A39B4 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 57 | 180 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.29 |
| HSL | 240.49º | 0.52% | 0.46% | - |
| HSV(B) | 240.49º | 0.68% | 0.71% | - |
| XYZ | 11.45 | 7.12 | 43.95 | - |
| YUV | 71.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 180 | 0.68 | 0.68 | 0 | 0.29 | 240.49 | 0.52 | 0.46 |
| Hex | 3A | 39 | B4 | 44 | 44 | 0 | 1D | F0 | 34 | 2E |
| Octal | 72 | 71 | 264 | 104 | 104 | 0 | 35 | 360 | 64 | 56 |
| Binary | 111010 | 111001 | 10110100 | 1000100 | 1000100 | 0 | 11101 | 11110000 | 110100 | 101110 |
Color Harmonies of #3A39B4
Complementary color
Monochromatic Colors of #3A39B4
Black with #3A39B4
Text Example
Text Example
White with #3A39B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A39B4; }
p { color: rgb(58,57,180); }
H1.HeaderClassName
{
color: #3A39B4;
}
.AnyTagClassName
{
color: #3A39B4;
}
</style>
background-color css
<style>
a { background-color: #3A39B4; }
a { background-color: rgb(58,57,180); }
div.DivClassName
{
background-color: #3A39B4;
}
.BgClassName
{
background-color: #3A39B4;
}
</style>
border-color css
<style>
span { border-color: #3A39B4; }
span { border-color: rgb(58,57,180); }
td.TdClassName
{
border-color: #3A39B4;
}
.TagClassName
{
border-color: #3A39B4;
}
</style>