Shades of Persian Indigo #3D109B
Tints of Persian Indigo #3D109B
RGB
CMYK
RGB Variations
Color information
#3D109B (or 0x3D109B) is known color: Persian Indigo. HEX triplet: 3D, 10 and 9B. RGB value is (61,16,155). Sum of RGB (Red+Green+Blue) = 61+16+155=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D109B is #C2EF64. Grayscale: #2C2C2C. Windows color (decimal): -12775269 or 10162237. OLE color: 10162237.
HSL color Cylindrical-coordinate representation of color #3D109B: hue angle of 259.42º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D109B is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 16 | 155 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.39 |
| HSL | 259.42º | 0.81% | 0.34% | - |
| HSV(B) | 259.42º | 0.9% | 0.61% | - |
| XYZ | 8.03 | 3.73 | 31.31 | - |
| YUV | 45.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 155 | 0.61 | 0.90 | 0 | 0.39 | 259.42 | 0.81 | 0.34 |
| Hex | 3D | 10 | 9B | 3D | 5A | 0 | 27 | 103 | 51 | 22 |
| Octal | 75 | 20 | 233 | 75 | 132 | 0 | 47 | 403 | 121 | 42 |
| Binary | 111101 | 10000 | 10011011 | 111101 | 1011010 | 0 | 100111 | 100000011 | 1010001 | 100010 |
Color Harmonies of #3D109B
Complementary color
Monochromatic Colors of #3D109B
Black with #3D109B
Text Example
Text Example
White with #3D109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D109B; }
p { color: rgb(61,16,155); }
H1.HeaderClassName
{
color: #3D109B;
}
.AnyTagClassName
{
color: #3D109B;
}
</style>
background-color css
<style>
a { background-color: #3D109B; }
a { background-color: rgb(61,16,155); }
div.DivClassName
{
background-color: #3D109B;
}
.BgClassName
{
background-color: #3D109B;
}
</style>
border-color css
<style>
span { border-color: #3D109B; }
span { border-color: rgb(61,16,155); }
td.TdClassName
{
border-color: #3D109B;
}
.TagClassName
{
border-color: #3D109B;
}
</style>