Shades of Persian Indigo #30067C
Tints of Persian Indigo #30067C
RGB
CMYK
RGB Variations
Color information
#30067C (or 0x30067C) is known color: Persian Indigo. HEX triplet: 30, 06 and 7C. RGB value is (48,6,124). Sum of RGB (Red+Green+Blue) = 48+6+124=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #30067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30067C is #CFF983. Grayscale: #1F1F1F. Windows color (decimal): -13629828 or 8128048. OLE color: 8128048.
HSL color Cylindrical-coordinate representation of color #30067C: hue angle of 261.36º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30067C is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 6 | 124 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.51 |
| HSL | 261.36º | 0.91% | 0.25% | - |
| HSV(B) | 261.36º | 0.95% | 0.49% | - |
| XYZ | 4.92 | 2.21 | 19.24 | - |
| YUV | 32.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 124 | 0.61 | 0.95 | 0 | 0.51 | 261.36 | 0.91 | 0.25 |
| Hex | 30 | 6 | 7C | 3D | 5F | 0 | 33 | 105 | 5B | 19 |
| Octal | 60 | 6 | 174 | 75 | 137 | 0 | 63 | 405 | 133 | 31 |
| Binary | 110000 | 110 | 1111100 | 111101 | 1011111 | 0 | 110011 | 100000101 | 1011011 | 11001 |
Color Harmonies of #30067C
Complementary color
Monochromatic Colors of #30067C
Black with #30067C
Text Example
Text Example
White with #30067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30067C; }
p { color: rgb(48,6,124); }
H1.HeaderClassName
{
color: #30067C;
}
.AnyTagClassName
{
color: #30067C;
}
</style>
background-color css
<style>
a { background-color: #30067C; }
a { background-color: rgb(48,6,124); }
div.DivClassName
{
background-color: #30067C;
}
.BgClassName
{
background-color: #30067C;
}
</style>
border-color css
<style>
span { border-color: #30067C; }
span { border-color: rgb(48,6,124); }
td.TdClassName
{
border-color: #30067C;
}
.TagClassName
{
border-color: #30067C;
}
</style>