Shades of Persian Blue #3C29BB
Tints of Persian Blue #3C29BB
RGB
CMYK
RGB Variations
Color information
#3C29BB (or 0x3C29BB) is known color: Persian Blue. HEX triplet: 3C, 29 and BB. RGB value is (60,41,187). Sum of RGB (Red+Green+Blue) = 60+41+187=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C29BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29BB is #C3D644. Grayscale: #3E3E3E. Windows color (decimal): -12834373 or 12265788. OLE color: 12265788.
HSL color Cylindrical-coordinate representation of color #3C29BB: hue angle of 247.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C29BB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 41 | 187 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.27 |
| HSL | 247.81º | 0.64% | 0.45% | - |
| HSV(B) | 247.81º | 0.78% | 0.73% | - |
| XYZ | 11.63 | 6.13 | 47.59 | - |
| YUV | 63.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 187 | 0.68 | 0.78 | 0 | 0.27 | 247.81 | 0.64 | 0.45 |
| Hex | 3C | 29 | BB | 44 | 4E | 0 | 1B | F8 | 40 | 2D |
| Octal | 74 | 51 | 273 | 104 | 116 | 0 | 33 | 370 | 100 | 55 |
| Binary | 111100 | 101001 | 10111011 | 1000100 | 1001110 | 0 | 11011 | 11111000 | 1000000 | 101101 |
Color Harmonies of #3C29BB
Complementary color
Monochromatic Colors of #3C29BB
Black with #3C29BB
Text Example
Text Example
White with #3C29BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29BB; }
p { color: rgb(60,41,187); }
H1.HeaderClassName
{
color: #3C29BB;
}
.AnyTagClassName
{
color: #3C29BB;
}
</style>
background-color css
<style>
a { background-color: #3C29BB; }
a { background-color: rgb(60,41,187); }
div.DivClassName
{
background-color: #3C29BB;
}
.BgClassName
{
background-color: #3C29BB;
}
</style>
border-color css
<style>
span { border-color: #3C29BB; }
span { border-color: rgb(60,41,187); }
td.TdClassName
{
border-color: #3C29BB;
}
.TagClassName
{
border-color: #3C29BB;
}
</style>