Shades of Persian Indigo #301C7F
Tints of Persian Indigo #301C7F
RGB
CMYK
RGB Variations
Color information
#301C7F (or 0x301C7F) is known color: Persian Indigo. HEX triplet: 30, 1C and 7F. RGB value is (48,28,127). Sum of RGB (Red+Green+Blue) = 48+28+127=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #301C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C7F is #CFE380. Grayscale: #2C2C2C. Windows color (decimal): -13624193 or 8330288. OLE color: 8330288.
HSL color Cylindrical-coordinate representation of color #301C7F: hue angle of 252.12º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301C7F is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 28 | 127 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.50 |
| HSL | 252.12º | 0.64% | 0.3% | - |
| HSV(B) | 252.12º | 0.78% | 0.5% | - |
| XYZ | 5.46 | 2.99 | 20.37 | - |
| YUV | 45.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 127 | 0.62 | 0.78 | 0 | 0.50 | 252.12 | 0.64 | 0.3 |
| Hex | 30 | 1C | 7F | 3E | 4E | 0 | 32 | FC | 40 | 1E |
| Octal | 60 | 34 | 177 | 76 | 116 | 0 | 62 | 374 | 100 | 36 |
| Binary | 110000 | 11100 | 1111111 | 111110 | 1001110 | 0 | 110010 | 11111100 | 1000000 | 11110 |
Color Harmonies of #301C7F
Complementary color
Monochromatic Colors of #301C7F
Black with #301C7F
Text Example
Text Example
White with #301C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C7F; }
p { color: rgb(48,28,127); }
H1.HeaderClassName
{
color: #301C7F;
}
.AnyTagClassName
{
color: #301C7F;
}
</style>
background-color css
<style>
a { background-color: #301C7F; }
a { background-color: rgb(48,28,127); }
div.DivClassName
{
background-color: #301C7F;
}
.BgClassName
{
background-color: #301C7F;
}
</style>
border-color css
<style>
span { border-color: #301C7F; }
span { border-color: rgb(48,28,127); }
td.TdClassName
{
border-color: #301C7F;
}
.TagClassName
{
border-color: #301C7F;
}
</style>