Shades of Persian Blue #3A2FB2
Tints of Persian Blue #3A2FB2
RGB
CMYK
RGB Variations
Color information
#3A2FB2 (or 0x3A2FB2) is known color: Persian Blue. HEX triplet: 3A, 2F and B2. RGB value is (58,47,178). Sum of RGB (Red+Green+Blue) = 58+47+178=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 178 (69.92% from 255 or 62.90% from 283); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A2FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2FB2 is #C5D04D. Grayscale: #404040. Windows color (decimal): -12963918 or 11677498. OLE color: 11677498.
HSL color Cylindrical-coordinate representation of color #3A2FB2: hue angle of 245.04º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2FB2 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 47 | 178 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.30 |
| HSL | 245.04º | 0.58% | 0.44% | - |
| HSV(B) | 245.04º | 0.74% | 0.7% | - |
| XYZ | 10.8 | 6.15 | 42.74 | - |
| YUV | 65.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 178 | 0.67 | 0.74 | 0 | 0.30 | 245.04 | 0.58 | 0.44 |
| Hex | 3A | 2F | B2 | 43 | 4A | 0 | 1E | F5 | 3A | 2C |
| Octal | 72 | 57 | 262 | 103 | 112 | 0 | 36 | 365 | 72 | 54 |
| Binary | 111010 | 101111 | 10110010 | 1000011 | 1001010 | 0 | 11110 | 11110101 | 111010 | 101100 |
Color Harmonies of #3A2FB2
Complementary color
Monochromatic Colors of #3A2FB2
Black with #3A2FB2
Text Example
Text Example
White with #3A2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FB2; }
p { color: rgb(58,47,178); }
H1.HeaderClassName
{
color: #3A2FB2;
}
.AnyTagClassName
{
color: #3A2FB2;
}
</style>
background-color css
<style>
a { background-color: #3A2FB2; }
a { background-color: rgb(58,47,178); }
div.DivClassName
{
background-color: #3A2FB2;
}
.BgClassName
{
background-color: #3A2FB2;
}
</style>
border-color css
<style>
span { border-color: #3A2FB2; }
span { border-color: rgb(58,47,178); }
td.TdClassName
{
border-color: #3A2FB2;
}
.TagClassName
{
border-color: #3A2FB2;
}
</style>