Shades of Persian Indigo #301F76
Tints of Persian Indigo #301F76
RGB
CMYK
RGB Variations
Color information
#301F76 (or 0x301F76) is known color: Persian Indigo. HEX triplet: 30, 1F and 76. RGB value is (48,31,118). Sum of RGB (Red+Green+Blue) = 48+31+118=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #301F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F76 is #CFE089. Grayscale: #2D2D2D. Windows color (decimal): -13623434 or 7741232. OLE color: 7741232.
HSL color Cylindrical-coordinate representation of color #301F76: hue angle of 251.72º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #301F76 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 31 | 118 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.54 |
| HSL | 251.72º | 0.58% | 0.29% | - |
| HSV(B) | 251.72º | 0.74% | 0.46% | - |
| XYZ | 4.98 | 2.92 | 17.44 | - |
| YUV | 46 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 118 | 0.59 | 0.74 | 0 | 0.54 | 251.72 | 0.58 | 0.29 |
| Hex | 30 | 1F | 76 | 3B | 4A | 0 | 36 | FC | 3A | 1D |
| Octal | 60 | 37 | 166 | 73 | 112 | 0 | 66 | 374 | 72 | 35 |
| Binary | 110000 | 11111 | 1110110 | 111011 | 1001010 | 0 | 110110 | 11111100 | 111010 | 11101 |
Color Harmonies of #301F76
Complementary color
Monochromatic Colors of #301F76
Black with #301F76
Text Example
Text Example
White with #301F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F76; }
p { color: rgb(48,31,118); }
H1.HeaderClassName
{
color: #301F76;
}
.AnyTagClassName
{
color: #301F76;
}
</style>
background-color css
<style>
a { background-color: #301F76; }
a { background-color: rgb(48,31,118); }
div.DivClassName
{
background-color: #301F76;
}
.BgClassName
{
background-color: #301F76;
}
</style>
border-color css
<style>
span { border-color: #301F76; }
span { border-color: rgb(48,31,118); }
td.TdClassName
{
border-color: #301F76;
}
.TagClassName
{
border-color: #301F76;
}
</style>