Shades of Persian Indigo #30166B
Tints of Persian Indigo #30166B
RGB
CMYK
RGB Variations
Color information
#30166B (or 0x30166B) is known color: Persian Indigo. HEX triplet: 30, 16 and 6B. RGB value is (48,22,107). Sum of RGB (Red+Green+Blue) = 48+22+107=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #30166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30166B is #CFE994. Grayscale: #272727. Windows color (decimal): -13625749 or 7018032. OLE color: 7018032.
HSL color Cylindrical-coordinate representation of color #30166B: hue angle of 258.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30166B is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 22 | 107 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.58 |
| HSL | 258.35º | 0.66% | 0.25% | - |
| HSV(B) | 258.35º | 0.79% | 0.42% | - |
| XYZ | 4.16 | 2.26 | 14.13 | - |
| YUV | 39.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 107 | 0.55 | 0.79 | 0 | 0.58 | 258.35 | 0.66 | 0.25 |
| Hex | 30 | 16 | 6B | 37 | 4F | 0 | 3A | 102 | 42 | 19 |
| Octal | 60 | 26 | 153 | 67 | 117 | 0 | 72 | 402 | 102 | 31 |
| Binary | 110000 | 10110 | 1101011 | 110111 | 1001111 | 0 | 111010 | 100000010 | 1000010 | 11001 |
Color Harmonies of #30166B
Complementary color
Monochromatic Colors of #30166B
Black with #30166B
Text Example
Text Example
White with #30166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30166B; }
p { color: rgb(48,22,107); }
H1.HeaderClassName
{
color: #30166B;
}
.AnyTagClassName
{
color: #30166B;
}
</style>
background-color css
<style>
a { background-color: #30166B; }
a { background-color: rgb(48,22,107); }
div.DivClassName
{
background-color: #30166B;
}
.BgClassName
{
background-color: #30166B;
}
</style>
border-color css
<style>
span { border-color: #30166B; }
span { border-color: rgb(48,22,107); }
td.TdClassName
{
border-color: #30166B;
}
.TagClassName
{
border-color: #30166B;
}
</style>