Shades of Persian Indigo #31068D
Tints of Persian Indigo #31068D
RGB
CMYK
RGB Variations
Color information
#31068D (or 0x31068D) is known color: Persian Indigo. HEX triplet: 31, 06 and 8D. RGB value is (49,6,141). Sum of RGB (Red+Green+Blue) = 49+6+141=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #31068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31068D is #CEF972. Grayscale: #212121. Windows color (decimal): -13564275 or 9242161. OLE color: 9242161.
HSL color Cylindrical-coordinate representation of color #31068D: hue angle of 259.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31068D is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 6 | 141 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.45 |
| HSL | 259.11º | 0.92% | 0.29% | - |
| HSV(B) | 259.11º | 0.96% | 0.55% | - |
| XYZ | 6.14 | 2.71 | 25.4 | - |
| YUV | 34.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 141 | 0.65 | 0.96 | 0 | 0.45 | 259.11 | 0.92 | 0.29 |
| Hex | 31 | 6 | 8D | 41 | 60 | 0 | 2D | 103 | 5C | 1D |
| Octal | 61 | 6 | 215 | 101 | 140 | 0 | 55 | 403 | 134 | 35 |
| Binary | 110001 | 110 | 10001101 | 1000001 | 1100000 | 0 | 101101 | 100000011 | 1011100 | 11101 |
Color Harmonies of #31068D
Complementary color
Monochromatic Colors of #31068D
Black with #31068D
Text Example
Text Example
White with #31068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31068D; }
p { color: rgb(49,6,141); }
H1.HeaderClassName
{
color: #31068D;
}
.AnyTagClassName
{
color: #31068D;
}
</style>
background-color css
<style>
a { background-color: #31068D; }
a { background-color: rgb(49,6,141); }
div.DivClassName
{
background-color: #31068D;
}
.BgClassName
{
background-color: #31068D;
}
</style>
border-color css
<style>
span { border-color: #31068D; }
span { border-color: rgb(49,6,141); }
td.TdClassName
{
border-color: #31068D;
}
.TagClassName
{
border-color: #31068D;
}
</style>