Shades of Persian Indigo #3B067D
Tints of Persian Indigo #3B067D
RGB
CMYK
RGB Variations
Color information
#3B067D (or 0x3B067D) is known color: Persian Indigo. HEX triplet: 3B, 06 and 7D. RGB value is (59,6,125). Sum of RGB (Red+Green+Blue) = 59+6+125=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B067D is #C4F982. Grayscale: #222222. Windows color (decimal): -12908931 or 8193595. OLE color: 8193595.
HSL color Cylindrical-coordinate representation of color #3B067D: hue angle of 266.72º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B067D is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 6 | 125 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.51 |
| HSL | 266.72º | 0.91% | 0.26% | - |
| HSV(B) | 266.72º | 0.95% | 0.49% | - |
| XYZ | 5.57 | 2.54 | 19.6 | - |
| YUV | 35.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 125 | 0.53 | 0.95 | 0 | 0.51 | 266.72 | 0.91 | 0.26 |
| Hex | 3B | 6 | 7D | 35 | 5F | 0 | 33 | 10B | 5B | 1A |
| Octal | 73 | 6 | 175 | 65 | 137 | 0 | 63 | 413 | 133 | 32 |
| Binary | 111011 | 110 | 1111101 | 110101 | 1011111 | 0 | 110011 | 100001011 | 1011011 | 11010 |
Color Harmonies of #3B067D
Complementary color
Monochromatic Colors of #3B067D
Black with #3B067D
Text Example
Text Example
White with #3B067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B067D; }
p { color: rgb(59,6,125); }
H1.HeaderClassName
{
color: #3B067D;
}
.AnyTagClassName
{
color: #3B067D;
}
</style>
background-color css
<style>
a { background-color: #3B067D; }
a { background-color: rgb(59,6,125); }
div.DivClassName
{
background-color: #3B067D;
}
.BgClassName
{
background-color: #3B067D;
}
</style>
border-color css
<style>
span { border-color: #3B067D; }
span { border-color: rgb(59,6,125); }
td.TdClassName
{
border-color: #3B067D;
}
.TagClassName
{
border-color: #3B067D;
}
</style>