Shades of Persian Indigo #301C74
Tints of Persian Indigo #301C74
RGB
CMYK
RGB Variations
Color information
#301C74 (or 0x301C74) is known color: Persian Indigo. HEX triplet: 30, 1C and 74. RGB value is (48,28,116). Sum of RGB (Red+Green+Blue) = 48+28+116=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #301C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C74 is #CFE38B. Grayscale: #2B2B2B. Windows color (decimal): -13624204 or 7609392. OLE color: 7609392.
HSL color Cylindrical-coordinate representation of color #301C74: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #301C74 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 28 | 116 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.55 |
| HSL | 253.64º | 0.61% | 0.28% | - |
| HSV(B) | 253.64º | 0.76% | 0.45% | - |
| XYZ | 4.79 | 2.72 | 16.8 | - |
| YUV | 44.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 116 | 0.59 | 0.76 | 0 | 0.55 | 253.64 | 0.61 | 0.28 |
| Hex | 30 | 1C | 74 | 3B | 4C | 0 | 37 | FE | 3D | 1C |
| Octal | 60 | 34 | 164 | 73 | 114 | 0 | 67 | 376 | 75 | 34 |
| Binary | 110000 | 11100 | 1110100 | 111011 | 1001100 | 0 | 110111 | 11111110 | 111101 | 11100 |
Color Harmonies of #301C74
Complementary color
Monochromatic Colors of #301C74
Black with #301C74
Text Example
Text Example
White with #301C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C74; }
p { color: rgb(48,28,116); }
H1.HeaderClassName
{
color: #301C74;
}
.AnyTagClassName
{
color: #301C74;
}
</style>
background-color css
<style>
a { background-color: #301C74; }
a { background-color: rgb(48,28,116); }
div.DivClassName
{
background-color: #301C74;
}
.BgClassName
{
background-color: #301C74;
}
</style>
border-color css
<style>
span { border-color: #301C74; }
span { border-color: rgb(48,28,116); }
td.TdClassName
{
border-color: #301C74;
}
.TagClassName
{
border-color: #301C74;
}
</style>