Shades of Persian Blue #3D2AB7
Tints of Persian Blue #3D2AB7
RGB
CMYK
RGB Variations
Color information
#3D2AB7 (or 0x3D2AB7) is known color: Persian Blue. HEX triplet: 3D, 2A and B7. RGB value is (61,42,183). Sum of RGB (Red+Green+Blue) = 61+42+183=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #3D2AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2AB7 is #C2D548. Grayscale: #3F3F3F. Windows color (decimal): -12768585 or 12003901. OLE color: 12003901.
HSL color Cylindrical-coordinate representation of color #3D2AB7: hue angle of 248.09º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D2AB7 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 42 | 183 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.28 |
| HSL | 248.09º | 0.63% | 0.44% | - |
| HSV(B) | 248.09º | 0.77% | 0.72% | - |
| XYZ | 11.3 | 6.07 | 45.38 | - |
| YUV | 63.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 183 | 0.67 | 0.77 | 0 | 0.28 | 248.09 | 0.63 | 0.44 |
| Hex | 3D | 2A | B7 | 43 | 4D | 0 | 1C | F8 | 3F | 2C |
| Octal | 75 | 52 | 267 | 103 | 115 | 0 | 34 | 370 | 77 | 54 |
| Binary | 111101 | 101010 | 10110111 | 1000011 | 1001101 | 0 | 11100 | 11111000 | 111111 | 101100 |
Color Harmonies of #3D2AB7
Complementary color
Monochromatic Colors of #3D2AB7
Black with #3D2AB7
Text Example
Text Example
White with #3D2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2AB7; }
p { color: rgb(61,42,183); }
H1.HeaderClassName
{
color: #3D2AB7;
}
.AnyTagClassName
{
color: #3D2AB7;
}
</style>
background-color css
<style>
a { background-color: #3D2AB7; }
a { background-color: rgb(61,42,183); }
div.DivClassName
{
background-color: #3D2AB7;
}
.BgClassName
{
background-color: #3D2AB7;
}
</style>
border-color css
<style>
span { border-color: #3D2AB7; }
span { border-color: rgb(61,42,183); }
td.TdClassName
{
border-color: #3D2AB7;
}
.TagClassName
{
border-color: #3D2AB7;
}
</style>