Shades of Persian Indigo #3D2088
Tints of Persian Indigo #3D2088
RGB
CMYK
RGB Variations
Color information
#3D2088 (or 0x3D2088) is known color: Persian Indigo. HEX triplet: 3D, 20 and 88. RGB value is (61,32,136). Sum of RGB (Red+Green+Blue) = 61+32+136=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D2088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2088 is #C2DF77. Grayscale: #343434. Windows color (decimal): -12771192 or 8921149. OLE color: 8921149.
HSL color Cylindrical-coordinate representation of color #3D2088: hue angle of 256.73º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D2088 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 32 | 136 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.47 |
| HSL | 256.73º | 0.62% | 0.33% | - |
| HSV(B) | 256.73º | 0.76% | 0.53% | - |
| XYZ | 6.88 | 3.8 | 23.66 | - |
| YUV | 52.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 136 | 0.55 | 0.76 | 0 | 0.47 | 256.73 | 0.62 | 0.33 |
| Hex | 3D | 20 | 88 | 37 | 4C | 0 | 2F | 101 | 3E | 21 |
| Octal | 75 | 40 | 210 | 67 | 114 | 0 | 57 | 401 | 76 | 41 |
| Binary | 111101 | 100000 | 10001000 | 110111 | 1001100 | 0 | 101111 | 100000001 | 111110 | 100001 |
Color Harmonies of #3D2088
Complementary color
Monochromatic Colors of #3D2088
Black with #3D2088
Text Example
Text Example
White with #3D2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2088; }
p { color: rgb(61,32,136); }
H1.HeaderClassName
{
color: #3D2088;
}
.AnyTagClassName
{
color: #3D2088;
}
</style>
background-color css
<style>
a { background-color: #3D2088; }
a { background-color: rgb(61,32,136); }
div.DivClassName
{
background-color: #3D2088;
}
.BgClassName
{
background-color: #3D2088;
}
</style>
border-color css
<style>
span { border-color: #3D2088; }
span { border-color: rgb(61,32,136); }
td.TdClassName
{
border-color: #3D2088;
}
.TagClassName
{
border-color: #3D2088;
}
</style>