Shades of Persian Indigo #30177F
Tints of Persian Indigo #30177F
RGB
CMYK
RGB Variations
Color information
#30177F (or 0x30177F) is known color: Persian Indigo. HEX triplet: 30, 17 and 7F. RGB value is (48,23,127). Sum of RGB (Red+Green+Blue) = 48+23+127=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #30177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30177F is #CFE880. Grayscale: #292929. Windows color (decimal): -13625473 or 8329008. OLE color: 8329008.
HSL color Cylindrical-coordinate representation of color #30177F: hue angle of 254.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30177F is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 23 | 127 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.50 |
| HSL | 254.42º | 0.69% | 0.29% | - |
| HSV(B) | 254.42º | 0.82% | 0.5% | - |
| XYZ | 5.36 | 2.77 | 20.33 | - |
| YUV | 42.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 127 | 0.62 | 0.82 | 0 | 0.50 | 254.42 | 0.69 | 0.29 |
| Hex | 30 | 17 | 7F | 3E | 52 | 0 | 32 | FE | 45 | 1D |
| Octal | 60 | 27 | 177 | 76 | 122 | 0 | 62 | 376 | 105 | 35 |
| Binary | 110000 | 10111 | 1111111 | 111110 | 1010010 | 0 | 110010 | 11111110 | 1000101 | 11101 |
Color Harmonies of #30177F
Complementary color
Monochromatic Colors of #30177F
Black with #30177F
Text Example
Text Example
White with #30177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30177F; }
p { color: rgb(48,23,127); }
H1.HeaderClassName
{
color: #30177F;
}
.AnyTagClassName
{
color: #30177F;
}
</style>
background-color css
<style>
a { background-color: #30177F; }
a { background-color: rgb(48,23,127); }
div.DivClassName
{
background-color: #30177F;
}
.BgClassName
{
background-color: #30177F;
}
</style>
border-color css
<style>
span { border-color: #30177F; }
span { border-color: rgb(48,23,127); }
td.TdClassName
{
border-color: #30177F;
}
.TagClassName
{
border-color: #30177F;
}
</style>