Shades of Persian Indigo #30017B
Tints of Persian Indigo #30017B
RGB
CMYK
RGB Variations
Color information
#30017B (or 0x30017B) is known color: Persian Indigo. HEX triplet: 30, 01 and 7B. RGB value is (48,1,123). Sum of RGB (Red+Green+Blue) = 48+1+123=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #30017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30017B is #CFFE84. Grayscale: #1C1C1C. Windows color (decimal): -13631109 or 8061232. OLE color: 8061232.
HSL color Cylindrical-coordinate representation of color #30017B: hue angle of 263.11º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30017B is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 1 | 123 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.52 |
| HSL | 263.11º | 0.98% | 0.24% | - |
| HSV(B) | 263.11º | 0.99% | 0.48% | - |
| XYZ | 4.8 | 2.08 | 18.89 | - |
| YUV | 28.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 123 | 0.61 | 0.99 | 0 | 0.52 | 263.11 | 0.98 | 0.24 |
| Hex | 30 | 1 | 7B | 3D | 63 | 0 | 34 | 107 | 62 | 18 |
| Octal | 60 | 1 | 173 | 75 | 143 | 0 | 64 | 407 | 142 | 30 |
| Binary | 110000 | 1 | 1111011 | 111101 | 1100011 | 0 | 110100 | 100000111 | 1100010 | 11000 |
Color Harmonies of #30017B
Complementary color
Monochromatic Colors of #30017B
Black with #30017B
Text Example
Text Example
White with #30017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30017B; }
p { color: rgb(48,1,123); }
H1.HeaderClassName
{
color: #30017B;
}
.AnyTagClassName
{
color: #30017B;
}
</style>
background-color css
<style>
a { background-color: #30017B; }
a { background-color: rgb(48,1,123); }
div.DivClassName
{
background-color: #30017B;
}
.BgClassName
{
background-color: #30017B;
}
</style>
border-color css
<style>
span { border-color: #30017B; }
span { border-color: rgb(48,1,123); }
td.TdClassName
{
border-color: #30017B;
}
.TagClassName
{
border-color: #30017B;
}
</style>