Shades of Persian Blue #3B2CC1
Tints of Persian Blue #3B2CC1
RGB
CMYK
RGB Variations
Color information
#3B2CC1 (or 0x3B2CC1) is known color: Persian Blue. HEX triplet: 3B, 2C and C1. RGB value is (59,44,193). Sum of RGB (Red+Green+Blue) = 59+44+193=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B2CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2CC1 is #C4D33E. Grayscale: #404040. Windows color (decimal): -12899135 or 12659771. OLE color: 12659771.
HSL color Cylindrical-coordinate representation of color #3B2CC1: hue angle of 246.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B2CC1 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 44 | 193 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.24 |
| HSL | 246.04º | 0.63% | 0.46% | - |
| HSV(B) | 246.04º | 0.77% | 0.76% | - |
| XYZ | 12.33 | 6.58 | 51.07 | - |
| YUV | 65.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 193 | 0.69 | 0.77 | 0 | 0.24 | 246.04 | 0.63 | 0.46 |
| Hex | 3B | 2C | C1 | 45 | 4D | 0 | 18 | F6 | 3F | 2E |
| Octal | 73 | 54 | 301 | 105 | 115 | 0 | 30 | 366 | 77 | 56 |
| Binary | 111011 | 101100 | 11000001 | 1000101 | 1001101 | 0 | 11000 | 11110110 | 111111 | 101110 |
Color Harmonies of #3B2CC1
Complementary color
Monochromatic Colors of #3B2CC1
Black with #3B2CC1
Text Example
Text Example
White with #3B2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2CC1; }
p { color: rgb(59,44,193); }
H1.HeaderClassName
{
color: #3B2CC1;
}
.AnyTagClassName
{
color: #3B2CC1;
}
</style>
background-color css
<style>
a { background-color: #3B2CC1; }
a { background-color: rgb(59,44,193); }
div.DivClassName
{
background-color: #3B2CC1;
}
.BgClassName
{
background-color: #3B2CC1;
}
</style>
border-color css
<style>
span { border-color: #3B2CC1; }
span { border-color: rgb(59,44,193); }
td.TdClassName
{
border-color: #3B2CC1;
}
.TagClassName
{
border-color: #3B2CC1;
}
</style>