Shades of Persian Blue #3D2CBA
Tints of Persian Blue #3D2CBA
RGB
CMYK
RGB Variations
Color information
#3D2CBA (or 0x3D2CBA) is known color: Persian Blue. HEX triplet: 3D, 2C and BA. RGB value is (61,44,186). Sum of RGB (Red+Green+Blue) = 61+44+186=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D2CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2CBA is #C2D345. Grayscale: #404040. Windows color (decimal): -12768070 or 12201021. OLE color: 12201021.
HSL color Cylindrical-coordinate representation of color #3D2CBA: hue angle of 247.18º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2CBA is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 44 | 186 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.27 |
| HSL | 247.18º | 0.62% | 0.45% | - |
| HSV(B) | 247.18º | 0.76% | 0.73% | - |
| XYZ | 11.69 | 6.34 | 47.06 | - |
| YUV | 65.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 186 | 0.67 | 0.76 | 0 | 0.27 | 247.18 | 0.62 | 0.45 |
| Hex | 3D | 2C | BA | 43 | 4C | 0 | 1B | F7 | 3E | 2D |
| Octal | 75 | 54 | 272 | 103 | 114 | 0 | 33 | 367 | 76 | 55 |
| Binary | 111101 | 101100 | 10111010 | 1000011 | 1001100 | 0 | 11011 | 11110111 | 111110 | 101101 |
Color Harmonies of #3D2CBA
Complementary color
Monochromatic Colors of #3D2CBA
Black with #3D2CBA
Text Example
Text Example
White with #3D2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2CBA; }
p { color: rgb(61,44,186); }
H1.HeaderClassName
{
color: #3D2CBA;
}
.AnyTagClassName
{
color: #3D2CBA;
}
</style>
background-color css
<style>
a { background-color: #3D2CBA; }
a { background-color: rgb(61,44,186); }
div.DivClassName
{
background-color: #3D2CBA;
}
.BgClassName
{
background-color: #3D2CBA;
}
</style>
border-color css
<style>
span { border-color: #3D2CBA; }
span { border-color: rgb(61,44,186); }
td.TdClassName
{
border-color: #3D2CBA;
}
.TagClassName
{
border-color: #3D2CBA;
}
</style>