Shades of Persian Blue #3B2FB2
Tints of Persian Blue #3B2FB2
RGB
CMYK
RGB Variations
Color information
#3B2FB2 (or 0x3B2FB2) is known color: Persian Blue. HEX triplet: 3B, 2F and B2. RGB value is (59,47,178). Sum of RGB (Red+Green+Blue) = 59+47+178=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 178 (69.92% from 255 or 62.68% from 284); Max value from RGB is 178 - color contains mainly: blue. Hex color #3B2FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2FB2 is #C4D04D. Grayscale: #414141. Windows color (decimal): -12898382 or 11677499. OLE color: 11677499.
HSL color Cylindrical-coordinate representation of color #3B2FB2: hue angle of 245.5º 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 #3B2FB2 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 47 | 178 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.30 |
| HSL | 245.5º | 0.58% | 0.44% | - |
| HSV(B) | 245.5º | 0.74% | 0.7% | - |
| XYZ | 10.86 | 6.18 | 42.74 | - |
| YUV | 65.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 178 | 0.67 | 0.74 | 0 | 0.30 | 245.5 | 0.58 | 0.44 |
| Hex | 3B | 2F | B2 | 43 | 4A | 0 | 1E | F5 | 3A | 2C |
| Octal | 73 | 57 | 262 | 103 | 112 | 0 | 36 | 365 | 72 | 54 |
| Binary | 111011 | 101111 | 10110010 | 1000011 | 1001010 | 0 | 11110 | 11110101 | 111010 | 101100 |
Color Harmonies of #3B2FB2
Complementary color
Monochromatic Colors of #3B2FB2
Black with #3B2FB2
Text Example
Text Example
White with #3B2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FB2; }
p { color: rgb(59,47,178); }
H1.HeaderClassName
{
color: #3B2FB2;
}
.AnyTagClassName
{
color: #3B2FB2;
}
</style>
background-color css
<style>
a { background-color: #3B2FB2; }
a { background-color: rgb(59,47,178); }
div.DivClassName
{
background-color: #3B2FB2;
}
.BgClassName
{
background-color: #3B2FB2;
}
</style>
border-color css
<style>
span { border-color: #3B2FB2; }
span { border-color: rgb(59,47,178); }
td.TdClassName
{
border-color: #3B2FB2;
}
.TagClassName
{
border-color: #3B2FB2;
}
</style>