Shades of Indigo #430684
Tints of Indigo #430684
RGB
CMYK
RGB Variations
Color information
#430684 (or 0x430684) is known color: Indigo. HEX triplet: 43, 06 and 84. RGB value is (67,6,132). Sum of RGB (Red+Green+Blue) = 67+6+132=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #430684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430684 is #BCF97B. Grayscale: #262626. Windows color (decimal): -12384636 or 8652355. OLE color: 8652355.
HSL color Cylindrical-coordinate representation of color #430684: hue angle of 269.05º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430684 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 6 | 132 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.48 |
| HSL | 269.05º | 0.91% | 0.27% | - |
| HSV(B) | 269.05º | 0.95% | 0.52% | - |
| XYZ | 6.54 | 2.99 | 22.06 | - |
| YUV | 38.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 132 | 0.49 | 0.95 | 0 | 0.48 | 269.05 | 0.91 | 0.27 |
| Hex | 43 | 6 | 84 | 31 | 5F | 0 | 30 | 10D | 5B | 1B |
| Octal | 103 | 6 | 204 | 61 | 137 | 0 | 60 | 415 | 133 | 33 |
| Binary | 1000011 | 110 | 10000100 | 110001 | 1011111 | 0 | 110000 | 100001101 | 1011011 | 11011 |
Color Harmonies of #430684
Complementary color
Monochromatic Colors of #430684
Black with #430684
Text Example
Text Example
White with #430684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430684; }
p { color: rgb(67,6,132); }
H1.HeaderClassName
{
color: #430684;
}
.AnyTagClassName
{
color: #430684;
}
</style>
background-color css
<style>
a { background-color: #430684; }
a { background-color: rgb(67,6,132); }
div.DivClassName
{
background-color: #430684;
}
.BgClassName
{
background-color: #430684;
}
</style>
border-color css
<style>
span { border-color: #430684; }
span { border-color: rgb(67,6,132); }
td.TdClassName
{
border-color: #430684;
}
.TagClassName
{
border-color: #430684;
}
</style>