Shades of Persian Blue #3D2ABC
Tints of Persian Blue #3D2ABC
RGB
CMYK
RGB Variations
Color information
#3D2ABC (or 0x3D2ABC) is known color: Persian Blue. HEX triplet: 3D, 2A and BC. RGB value is (61,42,188). Sum of RGB (Red+Green+Blue) = 61+42+188=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D2ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2ABC is #C2D543. Grayscale: #3F3F3F. Windows color (decimal): -12768580 or 12331581. OLE color: 12331581.
HSL color Cylindrical-coordinate representation of color #3D2ABC: hue angle of 247.81º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D2ABC is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 42 | 188 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.26 |
| HSL | 247.81º | 0.63% | 0.45% | - |
| HSV(B) | 247.81º | 0.78% | 0.74% | - |
| XYZ | 11.83 | 6.28 | 48.17 | - |
| YUV | 64.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 188 | 0.68 | 0.78 | 0 | 0.26 | 247.81 | 0.63 | 0.45 |
| Hex | 3D | 2A | BC | 44 | 4E | 0 | 1A | F8 | 3F | 2D |
| Octal | 75 | 52 | 274 | 104 | 116 | 0 | 32 | 370 | 77 | 55 |
| Binary | 111101 | 101010 | 10111100 | 1000100 | 1001110 | 0 | 11010 | 11111000 | 111111 | 101101 |
Color Harmonies of #3D2ABC
Complementary color
Monochromatic Colors of #3D2ABC
Black with #3D2ABC
Text Example
Text Example
White with #3D2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2ABC; }
p { color: rgb(61,42,188); }
H1.HeaderClassName
{
color: #3D2ABC;
}
.AnyTagClassName
{
color: #3D2ABC;
}
</style>
background-color css
<style>
a { background-color: #3D2ABC; }
a { background-color: rgb(61,42,188); }
div.DivClassName
{
background-color: #3D2ABC;
}
.BgClassName
{
background-color: #3D2ABC;
}
</style>
border-color css
<style>
span { border-color: #3D2ABC; }
span { border-color: rgb(61,42,188); }
td.TdClassName
{
border-color: #3D2ABC;
}
.TagClassName
{
border-color: #3D2ABC;
}
</style>