Shades of Persian Blue #3B2FB5
Tints of Persian Blue #3B2FB5
RGB
CMYK
RGB Variations
Color information
#3B2FB5 (or 0x3B2FB5) is known color: Persian Blue. HEX triplet: 3B, 2F and B5. RGB value is (59,47,181). Sum of RGB (Red+Green+Blue) = 59+47+181=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #3B2FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2FB5 is #C4D04A. Grayscale: #414141. Windows color (decimal): -12898379 or 11874107. OLE color: 11874107.
HSL color Cylindrical-coordinate representation of color #3B2FB5: hue angle of 245.37º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2FB5 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 47 | 181 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.29 |
| HSL | 245.37º | 0.59% | 0.45% | - |
| HSV(B) | 245.37º | 0.74% | 0.71% | - |
| XYZ | 11.16 | 6.3 | 44.34 | - |
| YUV | 65.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 181 | 0.67 | 0.74 | 0 | 0.29 | 245.37 | 0.59 | 0.45 |
| Hex | 3B | 2F | B5 | 43 | 4A | 0 | 1D | F5 | 3B | 2D |
| Octal | 73 | 57 | 265 | 103 | 112 | 0 | 35 | 365 | 73 | 55 |
| Binary | 111011 | 101111 | 10110101 | 1000011 | 1001010 | 0 | 11101 | 11110101 | 111011 | 101101 |
Color Harmonies of #3B2FB5
Complementary color
Monochromatic Colors of #3B2FB5
Black with #3B2FB5
Text Example
Text Example
White with #3B2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FB5; }
p { color: rgb(59,47,181); }
H1.HeaderClassName
{
color: #3B2FB5;
}
.AnyTagClassName
{
color: #3B2FB5;
}
</style>
background-color css
<style>
a { background-color: #3B2FB5; }
a { background-color: rgb(59,47,181); }
div.DivClassName
{
background-color: #3B2FB5;
}
.BgClassName
{
background-color: #3B2FB5;
}
</style>
border-color css
<style>
span { border-color: #3B2FB5; }
span { border-color: rgb(59,47,181); }
td.TdClassName
{
border-color: #3B2FB5;
}
.TagClassName
{
border-color: #3B2FB5;
}
</style>