Shades of Persian Indigo #3D097E
Tints of Persian Indigo #3D097E
RGB
CMYK
RGB Variations
Color information
#3D097E (or 0x3D097E) is known color: Persian Indigo. HEX triplet: 3D, 09 and 7E. RGB value is (61,9,126). Sum of RGB (Red+Green+Blue) = 61+9+126=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D097E is #C2F681. Grayscale: #252525. Windows color (decimal): -12777090 or 8259901. OLE color: 8259901.
HSL color Cylindrical-coordinate representation of color #3D097E: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D097E is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 9 | 126 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.51 |
| HSL | 266.67º | 0.87% | 0.26% | - |
| HSV(B) | 266.67º | 0.93% | 0.49% | - |
| XYZ | 5.79 | 2.69 | 19.95 | - |
| YUV | 37.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 126 | 0.52 | 0.93 | 0 | 0.51 | 266.67 | 0.87 | 0.26 |
| Hex | 3D | 9 | 7E | 34 | 5D | 0 | 33 | 10B | 57 | 1A |
| Octal | 75 | 11 | 176 | 64 | 135 | 0 | 63 | 413 | 127 | 32 |
| Binary | 111101 | 1001 | 1111110 | 110100 | 1011101 | 0 | 110011 | 100001011 | 1010111 | 11010 |
Color Harmonies of #3D097E
Complementary color
Monochromatic Colors of #3D097E
Black with #3D097E
Text Example
Text Example
White with #3D097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D097E; }
p { color: rgb(61,9,126); }
H1.HeaderClassName
{
color: #3D097E;
}
.AnyTagClassName
{
color: #3D097E;
}
</style>
background-color css
<style>
a { background-color: #3D097E; }
a { background-color: rgb(61,9,126); }
div.DivClassName
{
background-color: #3D097E;
}
.BgClassName
{
background-color: #3D097E;
}
</style>
border-color css
<style>
span { border-color: #3D097E; }
span { border-color: rgb(61,9,126); }
td.TdClassName
{
border-color: #3D097E;
}
.TagClassName
{
border-color: #3D097E;
}
</style>