Shades of Persian Indigo #31268A
Tints of Persian Indigo #31268A
RGB
CMYK
RGB Variations
Color information
#31268A (or 0x31268A) is known color: Persian Indigo. HEX triplet: 31, 26 and 8A. RGB value is (49,38,138). Sum of RGB (Red+Green+Blue) = 49+38+138=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #31268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31268A is #CED975. Grayscale: #343434. Windows color (decimal): -13556086 or 9053745. OLE color: 9053745.
HSL color Cylindrical-coordinate representation of color #31268A: hue angle of 246.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31268A is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 38 | 138 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.46 |
| HSL | 246.6º | 0.57% | 0.35% | - |
| HSV(B) | 246.6º | 0.72% | 0.54% | - |
| XYZ | 6.55 | 3.87 | 24.45 | - |
| YUV | 52.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 138 | 0.64 | 0.72 | 0 | 0.46 | 246.6 | 0.57 | 0.35 |
| Hex | 31 | 26 | 8A | 40 | 48 | 0 | 2E | F7 | 39 | 23 |
| Octal | 61 | 46 | 212 | 100 | 110 | 0 | 56 | 367 | 71 | 43 |
| Binary | 110001 | 100110 | 10001010 | 1000000 | 1001000 | 0 | 101110 | 11110111 | 111001 | 100011 |
Color Harmonies of #31268A
Complementary color
Monochromatic Colors of #31268A
Black with #31268A
Text Example
Text Example
White with #31268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31268A; }
p { color: rgb(49,38,138); }
H1.HeaderClassName
{
color: #31268A;
}
.AnyTagClassName
{
color: #31268A;
}
</style>
background-color css
<style>
a { background-color: #31268A; }
a { background-color: rgb(49,38,138); }
div.DivClassName
{
background-color: #31268A;
}
.BgClassName
{
background-color: #31268A;
}
</style>
border-color css
<style>
span { border-color: #31268A; }
span { border-color: rgb(49,38,138); }
td.TdClassName
{
border-color: #31268A;
}
.TagClassName
{
border-color: #31268A;
}
</style>